Tom Brewe

Results 36 issues of Tom Brewe

Create a few options for the theme: - make gutter transparent/the same color For implementing settings in a theme, refer to eg. https://github.com/coopermaruyama/apathy-theme

enhancement

those scopes are used for tables: `.border.pipe.inner` `.border.pipe.outer` `.border.header` `.border.alignment` `.table.gfm`

enhancement

As of now the `.variable.issue.tag` is using the blue of variable. maybe color the number blue as well. for captured scopes see: ``` cson { 'match': '(?

enhancement

After `npm i @visx/axis`, trying to do: `import { Axis } from '@visx/axis'` results in following rollup error in my side: ``` (!) Import of non-existent export node_modules/@visx/text/esm/Text.js 5: import...

If a bottomSheet is wrapped around `.preferredColorScheme`, it does not take the modifier into account and shows the system-selected color scheme.

I am not too familiar with UIKits `UISheetPresentationController`, but it would be quite useful to be able to define a material/blur and an opacity to the sheets background. Is that...

Hey, I want to emit an event which holds one binary object and a few strings. I thought the `message::list` approach as seen in your Readme would work. I tried:...

Hi, Although the phone I am using fullfills all requirements, I get the "unsupported Browser" screen when opening the test website. I have experimented with AR apps before (eg. three.ar.js...

In the following example I expect the circle to update it's position once the marker is dragged. Even when manually printing out `latitude` and `longitude` via `on-drag` the marker always...