Janosh Riebesell

Results 165 issues of Janosh Riebesell

Would be really cool if glance supported LaTeX files. This includes extensions `.tex` , `.sty` and `.cls`.

enhancement

Is it possible to load node modules asynchronously using `async-reactor`. The following snippet does not work but I hope explains the use case: ```jsx import React from 'react' import {...

I'm trying to use this package over at https://github.com/janosh/svelte-multiselect with `vite` v3 and getting the following error: > SyntaxError: Unexpected token 'export' > ❯ Object.compileFunction node:vm:360:18 > > Module `node_modules/compute-scroll-into-view/dist/index.module.js:1`...

I ain't no web designer. The current site https://awesome-svelte-kit.netlify.app looks rather rough-hewn. If any CSS wiz cares to improve the site's appearance, it would be much appreciated! 🙇‍♂️

enhancement
help wanted
good first issue

Once Puppeteer (https://github.com/puppeteer/puppeteer/issues/6963) and [better browser support](https://caniuse.com/avif) lands, use the Avif image format to store screenshots with even smaller file sizes. Related #16.

enhancement

**Is your feature request related to a problem? Please describe.** The DX for using the `pytest` fixture `dash.testing.plugin.dash_duo()` could be improved by providing a `typing.Protocol` to type hint available methods...

[IPython allows](https://ipython.org/ipython-doc/3/interactive/reference.html#manual-capture-of-command-output-and-magic-output) expanding Python variables into magic shell commands and also assigning the command's stdout to a variable: ```py # %% num = 42 stdout = !echo {num} # raises:...

bug

I'd like to test `computedStyles` and visibility _after_ some CSS transition (triggered by user input) finishes. From https://github.com/microsoft/playwright/issues/4055, it seems this is a common but unsupported use case. ```ts const...

P3-collecting-feedback

## Environment data - VS Code version: 1.36.0 - MagicPython version: 1.1.1 - OS: macOS 10.14.5 - Color scheme: Dark+ (default dark) - Python version: 3.6.7 (miniconda) ## Expected behavior...

**Is your feature request related to a problem? Please describe.** Would be nice if one or both of `\mathbb{1}` and `\mathds{1}` worked to create the double-one unit matrix symbol. **Describe...

enhancement
fonts