AaronBeaudoin

Results 25 issues of AaronBeaudoin

I just tried running the README examples given for Arrow's inconsistent behavior... but I didn't get the same results for any of them. I'm not an expert at `datetime` manipulation...

I want to rewrite a path starting with `/some/path` whether or not it has a trailing slash (or a sub route), and ignores the query, simply copying it to the...

question

- Operating System: Windows 10.0.17134 Build 17134 - Node Version: 8.11.1 - NPM Version: 5.6.0 - webpack Version: 4.39.0 - webpack-dev-server Version: 3.7.2 - Browser: _Not Applicable_ - [x] This...

type: bug

Suppose I have the following UnoCSS config: ```ts { mode: "vue-scoped", presets: [], rules: [ [ "m-1", { "margin": "50px" } ], [ /^bg-([a-z]+)$/, match => ({ "background-color": match[1] }),...

help wanted
vscode

### Question / Discussion I want to start a discussion about this based on some recent issues working with atomic CSS libraries such as UnoCSS and Tailwind CSS. It seems...

Question :question: / Discussion :speech_balloon:

### Question / Discussion ## Minimal Example https://github.com/AaronBeaudoin/vps-issue-userland-mode ## Description > **This description is just copy-pasted from the repo linked above.** All of the issues I'm running into with VPS...

Question :question: / Discussion :speech_balloon:

`import CharmPackageIcon from "~icons/charm/package";` works as expected. `http://localhost:3000/@id/~icons/charm/package` works as expected in the browser. `` does not work. I get the error: ``` [Vue warn]: Failed to resolve component: I-CharmPackage...

If I use the following config: ```js VueComponentsPlugin({ dirs: ["components"] }) ``` ...and use a file `./components/Button.vue` as ``, HMR works great. However, if I use a config with a...

### Describe the bug Incoming webhook events have a `request` data attribute, but the `event` instance already has a `request` bound method, so we end up with a bit of...

bug
future

Every time I run `electron-webpack dev` is get the following renderer error: `AttachConsole failed with error 6: The handle is invalid.` Nothing I've tried has been able to remove this...