Ray Foss

Results 168 comments of Ray Foss

gstreamer-plugins-ugly.x86_64 0.10.19-18.fc22 did not fix it on fedora 22. Even installed 250 megs of gstreamer stuff with `sudo dnf install gstreamer1*` nothing. I'm thing it might have something to do...

libinput debug was not intended to be consumed programmatically. That alone is reason to change... "This is a debugging tool only, its output may change at any time. Do not...

For me it's webcrypto... completely missing in Node 14 ``` import Koa from 'koa' import logger from 'koa-logger' import Router from '@koa/router' import { webcrypto } from 'crypto' const crypto...

> I just found out that we are on node `v14.19.0`, any idea when we will be able to tune this with a parameter? Thank you I'm against taking the...

Logs: ``` $ parcel index.html courses/**/* --open _0x5037b1 [Error]: Cannot load native addon because loading addons is disabled. at process.dlopen (https://node-rma527.w.staticblitz.com/blitz.5bca79c80956550a0ee18f24bf5b874e18bb8626.js:15:193771) at Object.Module._extensions..node (https://node-rma527.w.staticblitz.com/blitz.5bca79c80956550a0ee18f24bf5b874e18bb8626.js:6:196774) at Module.load (https://node-rma527.w.staticblitz.com/blitz.5bca79c80956550a0ee18f24bf5b874e18bb8626.js:6:194488) at Function.Module._load (https://node-rma527.w.staticblitz.com/blitz.5bca79c80956550a0ee18f24bf5b874e18bb8626.js:6:192091)...

Running into another issue with [Subpath import patterns](https://nodejs.org/api/packages.html#subpath-patterns) We can't safely use `#src` as defined in package.json. In bigger projects this is really helpful. Vue project that doesn't run because...

As the official Vite plugins are currently packaged using a Psuedo-module format that uses `export {vuePlugin as default}` rather than the ESM canonical `export default function vuePlugin (...` You currently...

> The repro link is not working. just fixed

> ```ts > import {Manager, Socket} from 'socket.io-client/build/esm'; > ``` > I guess it is not supposed to be imported that way Socket.io specifies subpath exports. Which with modern module...

This is worse, for everyone... As now we have to manually turn on and off the debug build and run npm i... Rather than the clean automatic operation we had...