In my chrome extension (manifest V3) I want to import some scripts like jquery and more. Inside my backgound.js I have: try { importScripts('/js/jquery-3.4.
Am a beginner in Python but have some prog exp. Trying to do this tutorial, I even asked the creator for help via Patreon but not gotten much. https://www.youtu
Any ideas on why I get this error? My project was working fine. I copied it to an external drive and onto my laptop to work on the road; it worked fine. I copie
How would you implement a grammar that can import a file and still parsing it using LARK ? f.e.: @import file.txt .....
I tried to import vgg16 which I downloaded from google storage import keras import cv2 from keras.models import Sequential, load_model But I got th
I need to reimport module integration-test/integration upon every run as this module can have code dynamically changed in it at run time. I am using NodeJS with
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: