Ray Foss
Ray Foss
Sorted. Sorry, I made the original PR in a rush to check for a pulse when destructuring Debug was causing unexpected results. I was intentionally making it as small and...
I ended up doing a complete rewrite and adding Deno support by accident while trying to add ESM support. - Sandbox: https://dash.deno.com/playground/dude-get-a-framework - [source](https://github.com/FossPrime/debug) I think it would be a...
I'm in agreement with @marshallswain. The proposed API looks like https://feathers-plus.github.io/v1/feathers-hooks-common/#paramsforserver ... and thus is not unusual. It also allows us to use stashBefore only on patch for instance. Which...
UPDATE: TRY FEATHERS PINIATA https://github.com/marshallswain/feathers-pinia ---- As I'm working to catch up on Vue 3, Vuex and Feathers developments... Made this Vue 3 app on their cheap "Serverless" sandbox https://codesandbox.io/s/vue-3-worker-fibonacci-9v1li...
I couldn't get the classical $FeathersVuex Vue 3 app mixin to register with `@feathersjs/vuex@4`. Not sure if that's intentional, I assume we should register it ourselves if we want the...
> ```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...
> move `debug` into `peerDependencies`, and have this library check at run-time for presence, and only then use it I considered this, and it sounds good, but the compatibility of...
> [Are you sure? :)](https://medium.com/deno-the-complete-reference/dynamic-imports-in-deno-5e9eb7f66238) Might be a new or not default feature... I've never gotten it to work on Deno Playground https://deno.com/deploy/docs/playgrounds Someone should just do a hard ESM...
What we really need is a symlink. After years of failed attempts at putting node everywhere, now I just run this in a common user's .bashrc, after NVM initialization: ```bash...