Tobias Davis
Tobias Davis
Based on a conversation in the Discord chat, I thought it might be helpful to document (via tests) some specific redirect behavior.
(Making this PR now so I don't lose track of it while waiting for other PRs to settle.) This one needs to wait for https://github.com/TehShrike/abstract-state-router/pull/141 I didn't modernize anything else...
Consider a request to a server that successfully returns XML data (aka anything that is not JSON). In the [node version](https://github.com/lukeed/httpie/blob/2d6d60273f139ceb7002d2198af9d379ba4f79fa/src/node.js#L34) we have this flow: 1. construct `out` as the...
I created a [repo with the minimum setup to reproduce](https://github.com/saibotsivad/repro-miniflare-issue-001). --- When using `--mount` in sub-directories and `--env` the filename passed in is ignored. ## Working If the filename is...
One thing that's really nice with the UI is that most of the interactive elements have the keyboard shortcut listed, for example: This is really helpful as the number of...
I'm wondering if there's any standardization on the wording for the "License" section. I want it to be legally clear, so the lawyer folk will read it and be comfortable....
**What I did:** Open a REPL in Firefox `105.0.2 (64-bit)` on macOS `12.4`, then open the dev console, then hover my mouse over the footer promo. **What happened:** On (every?...
I was attempting to use Joyride inside a web app, to show off new features, but like many single-page web apps, ours uses the hash fragment for navigation. E.g. `site.com/#/company/123`...
I'm very fresh to rust, so hopefully I'm missing something that's really obvious 😅 ## OS Ubuntu 22.04.2 LTS Nothing fancy, it's really just the vanilla install. ## What I...
### Describe the feature When using the parse method in the JavaScript lib `@swc/core` to generate AST, comments are not emitted. For example: ```js const swc = require('@swc/core') const source...