Carl Furrow

Results 12 comments of Carl Furrow

In my own testing, I've not seen this header, `X-Page-Usage`, come through yet in responses from Facebook to my webhook endpoint. I've not released my app/bot yet, so it's possible...

I looked for the `X-Page-Usage` headers when sending a message over the api, and receiving a response from Facebook, and that header was not present in the response. Not sure...

[Reading the FB docs](https://developers.facebook.com/docs/graph-api/advanced/rate-limiting), I now see why I'm not seeing that header yet: > If enough calls are being made on behalf of a page to be considered for...

@akshayrawat I was originally going to just rescue `Psych::SyntaxError` but then decided against that because what if the ruby version wasn't using Psych to parse YAML? And, at this time,...

I can't seem to get `modifierKeys` to work as described. I want to use `` within Neovim (or ``) but I keep getting macOS's `^` key for adding accents to...

It seems that previously (in v1.9.11) the user function was parsed/loaded this way: ```javascript const vault_path = this.app.vault.adapter.getBasePath(); const file_path = `${vault_path}/${file.path}`; //..snip const user_function = await import(file_path); ``` That...

Thanks for putting the time into starting that branch, @shabegom. I *think* that will fix @Claw76 , @nicolevanderhoeven and @JeppeKlitgaard's issue. There's an added benefit of the "inlining" bringing in...

@shabegom: > I'll probably need to make it recursive in case there is another require inside the script being inlined. Good point. At that point, it may be worth making...

Fantastic, @shabegom ! Thank you again for donating your time to this issue. I'll try this out again when I get a chance. I ended up stumbling upon this github...

The behavior for this issue seems similar to one seen when using lazygit, https://github.com/warpdotdev/Warp/issues/1511, which currently does not have a fix. [I saw on discord](https://discord.com/channels/851854972600451112/1047388236567289876/1047970484022685717) that there may be a...