Khusamov Sukhrob
Khusamov Sukhrob
Hello! I have the following table: ``` CREATE TABLE GROUP_ORDER ( ID INTEGER NOT NULL, SOURCE_ID INTEGER NOT NULL, NUMBER VARCHAR(200) NOT NULL, IS_OPTIMIZED INTEGER NOT NULL, "DATE" TIMESTAMP NOT...
I tried to configure Rollup and found an error! "rollup": "^2.70.1", tsconfig.json ```json { "compilerOptions": { "moduleResolution": "Node", "module": "ES2020", "target": "ES2020", "strict": true, "sourceMap": true, "plugins": [ { "transform":...
Hello! Great project! But it doesn't seem to work on Parcel. I have prepared a repository in which I localized the error. https://github.com/khusamov/temp-tst-reflect-on-parcel-errors Is there any way to fix this?...
Hello! I'm having trouble building a project that imports the 'jsdom' package. I made a repository where this error is reproduced. It looks as follows: ``` . . . (!)...
Добрый день Установил последнюю прошивку. Ось Z перевернута. То есть при команде HOME стол перемещается вниз и внизу упирается и тарахтит. А должен перемещаться наверх до концевика и останавливаться. Как...
 Where to address this error?
Добрый день! Нашел ваш проект на странице https://alexgyver.ru/gyverlamp/ Там упоминаются версии 1.5 и 2.1 А в репозитории я вижу только 1.4 Вопрос, а где более свежие версии хранятся?
```typescript import {transpile} from 'typescript'; const jsCode = transpile(, {inlineSourceMap: true}, ); const sandbox = {exports: {}}; runInContext(jsCode , createContext(sandbox), {filename: }); ``` How to use with vm.runInContext ()?
Hello! The following code does not work. How do I fix this error? ```javascript import * as EventEmitter from 'events'; let MyMixin = Mixin((superclass) => class extends superclass { foo()...