Jonathan Alzetta

Results 9 comments of Jonathan Alzetta

I've managed to reproduce this issue with Privacy Badger, but it doesn't happen each time. If the website was accessed before Privacy Badger was turned on, the Local Storage contains...

> @dfdeagle47 to be clear, if you want to force websocket, you don't need to (and shouldn't) be editing connectionmanager in the ably-js source. You can just specify a `transports`...

(Sorry to answer an old question, but it might be useful for future people) If I'm not mistaken, when you trigger the fetch method on the collection, it returns the...

If I'm not mistaken, it doesn't exactly work as shown in the README. It says this is valid ``` // Use it as a promise t.get("/1/members/me", { cards: "open" })...

> > ```json > > "[helm]": { > > "editor.formatOnSave": false > > }, > > ``` > > Where do you put that inside settings.json ? just append at...

> Thank you, but I then lose my `yaml` highlight, is it possible to tell vscode to inherit from `yaml` all the settings and override this one ? @leobenkel Do...

[Source in Trello API docs](https://developers.trello.com/v1.0/reference#cards-2) ``` var Trello = require("node-trello"); var t = new Trello("", ""); // URL arguments are passed in as an object. t.post("1/cards", { idList="", /* see...

A similar issue happens when using this library (https://floating-ui.com/docs/usefloating): ```js function App() { const { refs, floatingStyles } = useFloating(); return ( ); } ``` -> ``` Found 1 error:...

> Asking Claude Code to use single quotes instead of double quotes in the git commit command should fix the issue. Indeed, works on my end: ```sh Can you commit...