Kieran Gill
Kieran Gill
Hi, I've followed the basic setup for Marketstore with the Alpaca and GDAX feeder. GDAX data populates as expected but despite getting message notifications from Alpaca, no data is saved...
I'm using (routify)[https://routify.dev/] for Svelte routing. When trying to run a simple component test, I get the error:  ## Is this a bug report or a feature request? If...
**Describe the bug** The `i18n-ally-hard-string` warning throws false positives for complex if statements in Svelte. See the screenshot below. I'd like to opt out of this warning altogether. I've set...
This PR implements a feature I was missing from VSCode: the ability to preview markdown files inside the editor. This allows users to preview README's and other markdown documents in...
This PR is an alternate path forward for previewing markdown content. See my original PR: https://github.com/zed-industries/zed/pull/6883. > This PR implements a feature I was missing from VSCode: the ability to...
This PR improves support for rendering markdown documents. ## After the updates https://github.com/zed-industries/zed/assets/18583882/48315901-563d-44c6-8265-8390e8eed942 ## Before the updates https://github.com/zed-industries/zed/assets/18583882/6d7ddb55-41f7-492e-af12-6ab54559f612 ## New features - @SomeoneToIgnore's [scrolling feature request](https://github.com/zed-industries/zed/pull/6958#pullrequestreview-1850458632). - Checkboxes (`- [...
Release Notes: - Added support for styling text with strikethrough. Related: - https://github.com/zed-industries/zed/issues/5364 - https://github.com/zed-industries/zed/pull/7345
`svelte-check` will not use a `jsconfig.json`'s `exclude` option to ignore `.svelte` files. Please see [this](https://github.com/kierangilliam/svelte-check-ignores-excludes) to reproduce. If you open this project in vscode and navigate to `jsconfig.json` you'll see...
### Basic info: Querying `getComputedStyle` on an element that exists in the ShadowDOM does not return the correct style nodes. Is this considered supported by `jsdom`, or should I opt...