Pismice

Results 6 issues of Pismice

Is it still WIP or dead ? Very interseting project btw, I would be glad to see how you meant to implement that in Zig

Hello, First let me just say that I am sorry because it probably isnt the place to ask such questions but I didnt find any other :( My question is:...

Hello, When trying to use the plugin with your configuration i get this error I have not idea how to fix since i didnt find any migration information ``` Error...

When running this basic code I get a segmentation fault on the line where I `xawait`. This is the code: ```const std = @import("std"); const libcoro = @import("libcoro"); fn myCoroutine(x:...

Hey, I was wondering what you meant by those in the "Future work" section: - Libraries - TLS, HTTP, WebSocket - Actors -Recursive data structure iterators - Parsers And alose...

## Your Question ``` type RealWorkout struct { gorm.Model TemplateID int Template Workout WorkoutID int } ``` I have an entity `RealWorkout` which possesses 1 `Workout` which is supposed to...

type:question
status:stale