Maciej Jur

Results 12 comments of Maciej Jur

One positive aspect of including TypeScript compiler in the tool chain is that it allows you to target ES5 while at the same time being able to use most of...

I've just tried using it for a website I'm trying to port to Zola and it does seem to support Sass very well. It even supports the new `@use` rule...

Has there been any progress regarding this? I've been experimenting with trying to bring highlighting into JS, but ran into a couple of walls.

In some cases the `overflow: hidden` on the `.reveal` CSS class needs to be unset as well to make this work, but it depends on how the website is layouted...

I'm on X11 ``` $ xrandr | grep -w connected eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm HDMI-2 connected 1920x1080+1920+0 (normal left...

> Are they visually speaking (not in terms of pixels) appearing the same size when viewing both screens? They look roughly the same ![IMG_20240115_211342](https://github.com/neovide/neovide/assets/18511281/2b9d6c46-945b-4819-9a0f-dfed950a6d2d) > Could you try launching Neovide...

Maybe, but Neovide is the only program on my PC that adjusts itself against the scaling of DE, so it looks strangely out of place. It just subjectively *feels* broken....

Here is how it would look like in TypeScript: ```ts type SomeUnion = 'a' | 'b' type SomeTable = Record const a: SomeTable = { } const b: SomeTable =...

I haven't been able to solve this problem, but I found a different way to install JS debugger, not via Mason. This is less than ideal, because you have to...

For the time being it's possible to use math like this: ``` pulldown-cmark = { git = "https://github.com/pulldown-cmark/pulldown-cmark.git", branch = "branch_0.11" } ```