-
### Current behavior
`package.json`
```json
{
"name": "@something/editor",
"version": "0.0.1",
"description": "a library",
"module": "index.js",
"types": "index.d.ts",
…
-
It should be possible to put the core functionality into a library which can be reused by other projects.
-
I wonder if you have considered working with an editor in browser instead of VSCode. The Monaco editor underlying VSCode is [available independently](https://microsoft.github.io/monaco-editor/). I ima…
-
I encounter the following issue when following [these instructions](https://www.zigbee2mqtt.io/guide/installation/01_linux.html#installing) to configure zigbee2mqtt in a lxd container.
I did apt up…
-
## Feature request
#### Feature description
As it stands, the `rosidl` interface generation pipeline is strongly coupled with CMake, and in particular with `ament_cmake` machinery. There's no easy…
-
Hi,
I've tried for 2 days to figure out that I can not find any toolchain for Windows OS that is suitable with version 2.0.0. I find out this problem when I try to use ver 1.7.0 and it works. I've b…
-
When I try to use this package in Electron on windows (maybe also other platforms, didn't test it) I get the following error:
```
Error: A dynamic link library (DLL) initialization routine failed.
\\…
-
![image](https://github.com/Luomusha/node-twain/assets/93062479/cad05067-66f1-485f-a0be-6c4572dfb5d8)
-
Implement asynchronous versions of the transfers functions.
-
I have a package that is built with `wasm-pack` (as `nodejs` pkg). Then run `node index.js` with the following contents:
```js
// index.js
import * as mymodule from '../pkg/mymodule.js';
const cli…
b-zee updated
3 weeks ago