Fernando Serboncini
Fernando Serboncini
Whe I try to import deno-dom-native on Mac M1, I get: ``` error: Uncaught (in promise) Error: Could not open library: Could not open library: dlopen(/Users/fserb/Library/Caches/deno/plug/https/github.com/46ee472b4f7af1e50525e80feba202b06b349053f8dd4d0346878fd6 80f9cc10.dylib, 0x0005): tried: '/Users/fserb/Library/Caches/deno/plug/https/github.com/46ee472b4f7af1e50525e80feba202b06b349053f8dd4d0346878fd680f9cc10.dylib'...
Current firebase: 9.9.1 Some of firebase's modules are tree-shaking friendly, but some still aren't. In particular, `firebase/database` and `firebase/auth`. For example, I have a module that doesn't need to do...
Hi. Is there a way to support `NSImage` init with [drawingHandler](https://developer.apple.com/documentation/appkit/nsimage/1519860-init) to create dynamically drawn images. If this `init` is not supported, is there another way around it? I.e. create...
Creating this topic for @whatwg/canvas to discuss WebGPU integration as stated [here](https://github.com/gpuweb/gpuweb/issues/3107#issuecomment-1191835433).
Importing parallel with: `import Parallel from "paralleljs"`, the following error happens: ``` internal/modules/esm/resolve.js:61 let url = moduleWrapResolve(specifier, parentURL); ^ Error: Invalid JSON in node_modules/paralleljs/package.json imported from script.js at Loader.defaultResolve [as...
## Bug Report ### Plugin(s) @capacitor/status-bar@next ### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 2.4.7 @capacitor/core: 2.4.7 @capacitor/android: 2.4.7 @capacitor/ios: 2.4.7 Installed Dependencies: @capacitor/cli: 3.0.0-rc.0 @capacitor/android: 3.0.0-rc.0...
Using bash rmate. Opening with `rmate ` works fine, but they don't get saved on the server. Also, `rmate -w ` just hangs forever, even after atom is closed.
this addresses [this plugin issue](https://github.com/ionic-team/capacitor-plugins/issues/329), where an Android device with cutout (notch) and without status bar wouldn't fill the content.
A javascript interface for using SVG filters within canvas. The SVG filter exposes deep, flexible drawing modifiers for 2d graphics. Integrating these into canvas 2d should be technically feasible once...
Although it sounds like a reasonable and simple idea, the interpolation method called `"specified"` by the spec is actually extremely costly and complex to be implemented by UAs. The reason...