-
-
hello
first of all thank for this great work
trying the sample _gtk_sample.cr_ I got this error
```
crystal run samples/gtk_sample.cr
Showing last frame. Use --error-trace for full trace.
I…
-
# Service Locators
Athena's current IoC model currently only supports DI. Another way to go about it is the [service locator](https://symfony.com/doc/6.2/service_container/service_subscribers_locat…
-
The bindings for `libssl` try to figure out the installed version of the library via `pkg-config`. If that does not work out (`pkg-config` missing or the specific configuration for `libssl` is missing…
-
## Bug Report
I have noticed an inconsistency in the definition of `ULONG_PTR` between the C language and Crystal in 32-bit systems.
In a 32-bit system, ULONG_PTR is supposed to be defined as un…
-
Heya Fusion,
Have you tried to use libui-ng + crystal on windows again?
Perhaps crystal libui would work now. It would be an interesting alternative
for quick prototyping. And libui-ng added a …
-
Does anyone know why the gpiochip is called 202 at /sys/class/gpiochip202 instead of /sys/class/gpiochip0 as in the old 3.12 kernel?
I am wondering that it works that the gpio-leds driver in the devi…
-
Hii
i have mt7628evb board with wm8960 codec openwrt version is 21.02. mt762x-wm8960 driver version is 5.4
the device is registered but when i play any wav file there is no sound.
### **logs:…
-
---
name: Submit software for review
about: Use this template to submit software for review
---
Submitting Author Name: Eric Tsai, Ranjitprakash Sundaramurthi, Ziyi Chen, Tanmay Agarwal
…
-
```
Syntax error in ...: unexpected ',' in type (use parenthesis to disambiguate)
@[Link("objc")]
lib LibObjC
type SEL = Void*
type IMP = Pointer(UInt8), LibObjC::SEL, ... -> Pointer(UInt8)
end
`…