Natsu Kagami

Results 65 comments of Natsu Kagami

I'm still having this issue. On linux, with F# 4.5 ``` error FS3031 : The type provider '/home/user/.nuget/packages/excelprovider/1.0.1/lib/netstandard2.0/ExcelProvider.Runtime.dll' reported an error : Assembly attribute 'TypeProviderAssemblyAttribute' refers to a designer assembly...

I can successfully compile the example with x86-64 Homebrew's llvm, sdl2 and glew packages on M1. Environment: ```sh eval "$(arch -x86_64 /usr/local/bin/brew shellenv)" # LLVM! # To use the bundled...

Wanted to mention that you should *not* have the equivalent LDFLAGS provided by the aarch64 LLVM inside the x86-64 shell. I am not sure how the MacOS linker works, but...

> We can use css variable for color? Someone made a Prism theme with CSS variables here, https://github.com/antfu/prism-theme-vars

Some more context: Looking at `InlinerMap`, it seems that `Import` trees have their qualifiers renamed, but the underlying denotation is not changed. This is later used by `Typer` to infer...

> will someone could porting this to swayfx? i think fcitx will looks better on it: https://github.com/WillPower3309/swayfx I made a patch at https://github.com/natsukagami/swayfx/tree/im, it compiles and all, but I'm not...

`lang-with-region` test also changed, though I have no idea what actually changed? Visually there seem to be no difference between the outputs.

Ok, I have rebased the branch to no longer contain tests. I'll keep the testing commits in https://github.com/natsukagami/typst/tree/cjk-emphasis-korean-tests shoud they be needed in the future.

> linux would require an upgrade to SDL3 Looks like we're getting it with ppy/osu-framework#6234 (already in) and ppy/osu#27815 (soon)

Coming from Elixir, "logical AND and OR" means "AND and OR operators that treat everything except `nil` and `false` as truthy values". They are a cute way to express things...