Katalin Rebhan

Results 54 issues of Katalin Rebhan

Take e.g. ```typst #slide(title: [Title 1], new-section: [Section 1])[ #lorem(20) ] #slide(new-section: [Section 2])[ #lorem(20) ] #slide(title: [Title 2])[ #lorem(20) ] ``` Only the first and third slides will display...

With LaTeX Beamer, you can produce a separate PDF containing speaker notes from your document by loading the Beamer class like \documentclass[notes]{beamer}. It would be great if Polylux could do...

Running fsck on a bcachefs file system results in a kernel oops when the kernel is compiled with clang. It seems to be only triggered by fsck, the file system...

A couple features that would greatly improve the upload view in my opinion. I’ve attached a shitty mockup of how I imagine the new upload changes view could look like....

(Requires/follow-up to #13317. [Actual diff of this PR without #13317](https://github.com/2xsaiko/meson/compare/swift-base...2xsaiko:meson:push-roorvtvptypk).) Closes #13203. (Supersedes) Closes #14241. This is a different approach to #14241 which does not require the incredibly ugly manual...

language:swift

swiftc adds a main function consisting of top-level statements to objects generated by a swiftc invocation with a single input file, leading to duplicate symbols when linking the final executable...

language:swift

For SourceKit-LSP to highlight Swift sources correctly, the compile_commands.json has to contain an entry for each file with the corresponding "file" key. However, Ninja generates only one entry per build...

language:swift

Adds macOS (, Swift, GNUstep, whatever else) bundle support. Still WIP but it can build a simple bundle at this point. Right now, this contains two variants, of the API,...

OS:macos

If you have a library target such as `static_library('Foo', 'Foo.swift', '...')` and link it to another target, swiftc will crash. > SwiftDriverExecution/MultiJobExecutor.swift:207: Fatal error: multiple producers for output .../Foo.o: Wrapping...

language:swift

Currently, this installs in $prefix/cmake which is not a path find_library() looks in, so it is impossible to use the installed library as is.