I have a Google Sheets document where I track the prices of several stocks. I made this a couple of months ago, and have been experiencing this issue for the pa
I defined a hello world function in a file called 'functions.ipynb'. Now, I would like to import functions in another file by using "import functions". I am sur
All tutorials with adding svg to a component in AngularCli that I found recommend to insert it in html template, something like this: <div> <svg vi
I need to show/hide different menu based on rights that are send from database and saved in localStorage. Here is the imported menus import tripOrders from './t
I was reading the es6 import statement reference on MDN. The syntax: import "my-module"; will import an entire module for side effects only, without importin
I'm trying to clean up my code and have moved the models.py file to the top level, as other modules other than the faust ones will use this now. The folder stru
I want to use peerjs in a script (that I use in a html file). When I try import Peer from "peerjs", I get an error saying "Cannot use import statement outside a
I am trying to put default and named export in same file. Example: // file name : utils/fetch export default fetchUtil; module.exports = { fetch : fetchUt
Hi I'm working on a Vanilla JS SPA project, and I wanted to implement some principles from React, but just in plain JavaScript. But there is an issue with impo
I have been trying unsuccessfully to solve this for hours now. This is my folder structure. /parent_folder main.py module1/ script1.py
Summary I am attempting to build documentation for a TypeScript project using Typedoc. Unfortunately, Typedoc is yielding errors on an import statement I use in
The file structure I currently have is something like: __init__.py script_folder __init__.py s1.py s2.py b_folder __init__.py b1.py b2.p
I want to dynamically import components without importing a specific component. I want to set the component name with a variable, received from the store: <s
I'm looking for an example of how removing unused imports can lead to breaking otherwise valid programs. My question was inspired looking at this issue: https:
I would like to dynamically import a third-party module and check it. Then declaration in NgModule depends on it exist or not(true/false). Something like my cod
I have a Vue 2 project, and I've written a simple function for translating months in dates, which I would like to import in one of my components, but I'm gettin
I am trying to play each audio file located inside a directory using React. I can play one file as follows but I do not want to import each file since there 70
Is there a bug or something? $mpdf = new \Mpdf\Mpdf(); $mpdf->enableImports = true; $mpdf->debug = true; $mpdf->SetImportUse(); Call to undefined
When we are coding python code, we typically use packages and modules that we import. For example, when we are coding we may write: import numpy import requests
We are currently moving the DB to another Server but we got a problem. Our Database is quite big and when we want to Import it to our new MariaDB Server with Ph