Marcin Radoszewski
Marcin Radoszewski
It's pointing to the old repo. Correct command is: ```pwsh Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/jfhbrook/public-gpl/main/Cackledaemon/InstallWizard.ps1') ```
The `render()` function internally uses `span` as it's container element. Removing it would be a god send, but I don't think there is an easy way to do this so...
Hi I'm experimenting a bit with KWeb on my side project and I'd like to create custom keyboard shortcuts, but unfortunately on Ctrl+P there is browser print function. I did...
I tried to pass the `--enable-url-protocols=http` but it failed miserably. After some digging in the code it turns out that the [implementation](https://github.com/luchiniatwork/cambada/blob/master/src/cambada/native_image.clj#L40) takes the opts and prepends them with the...
Hi guys! Great work with this Ruby implementation! I've stumbled upon [this post](https://medium.com/graalvm/bringing-fibers-to-truffleruby-1b5d2e258953) talking about fibers in TruffleRuby. I'm creating a small language as an experiment and looking forward to...
It shows this error message: ``` Microsoft.CodeAnalysis.Scripting.CompilationErrorException: error CS0400: Nie mo┐na odnalečŠ nazwy typu lub przestrzeni nazw äSystem.Action`1[[workspacer.IConfigContext, workspacer.Shared, Version=0.9.12.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798eö w globalnej przestrzeni nazw...
It's currently unavailable there.
In [an example](https://github.com/kwebio/kweb-core/blob/master/src/main/kotlin/kweb/demos/todo/TodoApp.kt) I can see that we can get the `OrderedViewSet` by grouping the items in some way. What if I would like to display all the lists? I...
Hi, I'm experimenting with zig, but cannot get this template to run. It complains about missing module and I have no idea how to fix that: ``` /User/homedir/.cache/zig/p/122034b3e15d582d8d101a7713e5f13c872b8b8eb6d9cb47515b8e34ee75e122630d/build.zig:13:28: error: no...
I'm using the latest SBCL 2.5.2, but cannot `(ql:quickload "ironclad")` Here's the log: ```cl * (ql:quickload "ironclad") To load "ironclad": Load 1 ASDF system: ironclad ; Loading "ironclad" . debugger...