Ray Foss

Results 168 comments of Ray Foss

Places where this is still a problem: - If you are using an old version of Mocha, it uses Dynamic imports, but in the latest stable it catches the error...

Given that the project has been abandoned, are others allowed to publish to Gnome Shell Extensions? License wise.

I added a node entry to the ReadMe... There is a refactoring underway, that might be helpful, as even today, there is support for plain base64 and lzma, with planned...

How about using a wildcard subdomain with a sha256/bcrypt of the content and verifying that the local storage of the app is it's own before running. I realise browsers don't...

Are you on Firefox? Does it work on chrome or with the enhanced privacy stuff disabled for the domain? I agree permissive cors should be default, but it's hard to...

I was having the following errors: ``` TS7016: Could not find a declaration file for module 'vuetify/lib/components/VTextField'. '/home/projects/tdps-learn-web/node_modules/vuetify/lib/components/VTextField/index.js' implicitly has an 'any' type. If the 'vuetify' package actually exposes this...

> This looks like providing an ESM build which we've been trying to do in #2665 can't seem to get it working properly in an at least somewhat backwards compatible...

Building a TypeScript version of feathers-memory ``` DTS Build start src/index.ts(1,20): error TS2792: Cannot find module '@feathersjs/errors'. src/index.ts(2,19): error TS2792: Cannot find module '@feathersjs/commons'. src/index.ts(3,48): error TS2792: Cannot find module...

> Note that the current Feathers memory has been moved into core as [@feathersjs/memory](https://github.com/feathersjs/feathers/tree/dove/packages/memory?rgh-link-date=2022-10-29T00%3A03%3A01Z). I just didn't want to add deprecation notices yet since it's not "official". > > I'm...