Sam Verschueren

Results 261 comments of Sam Verschueren

So one thing in regards to this issue is that [this check](https://github.com/BuilderIO/qwik/blob/da4f4558b6d1dc53cc783ac94619c706272aea66/packages/qwik-city/middleware/request-handler/resolve-request-handlers.ts#L344-L348) was added on the Qwik side. However, for me, the `isDev` is always `false` on StackBlitz.com. This flag...

I found the issue with the `isDev` method. This only happens when the build uses the CJS bundles of Qwik. The [isDev](https://github.com/BuilderIO/qwik/blob/main/packages/qwik/src/build/index.ts#L26-L28) constant is an IIFE, which means that `isDev`...

What about `{foo: [1, 2, 3].join(',')}`? https://stackblitz.com/edit/node-2kumy1?file=index.js

Related rule https://eslint.org/docs/rules/no-global-assign. But not sure if it blocks my example. On mobile so can't check.

@soates Is there anything we can do to help you with this feature? If you already have something for this, maybe push it in a new branch so someone else...

This is my new search function that used the new API. ``` Twitter.prototype.search = function(q, params, callback) { if (typeof params === 'function') { callback = params; params = {};...

Seems clean. You could've done a PR for that ;).

Yeah sure, would be happy to accept it. It was written fairly quick because I needed it and open-sourced it for others to use it. But things can always be...

Nice, looking forward to it :)!

I agree, this would be very nice. Have to check how it could be done though... Help is always welcome.