Philip Waritschlager

Results 80 issues of Philip Waritschlager

Part of `sudo ssh install.sh` output: + sudo apt-get update -qq W: The repository 'http://ppa.launchpad.net/pyglfw/pyglfw/ubuntu xenial Release' does not have a Release file. E: Failed to fetch http://ppa.launchpad.net/pyglfw/pyglfw/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not...

```crystal # converting your_bytes into a pixbuf stream = Gio::MemoryInputStream.new_from_bytes(GLib::Bytes.new(your_bytes)) pixbuf = GdkPixbuf::Pixbuf.new_from_stream(stream, nil) ``` fails with ``` 65119 | def self.new_from_stream(stream : Gio::InputStream, cancellable : Gio::Cancellable?) : self ^...

Bug report ### Input Code This shows the source maps the compiler returns for this line. Notice that the variable (`old_presences` in that case) is not being pointed at. ![pic](https://waritschlager.de/share/7DEF0F57A24E0B7474632EE6DEAB0771.png)...

## Feature Request Currently on Linux, only `st_atim`, `st_mtim`, `st_ctim` from stat(2) are bound, but since 2018 there's also `stx_btim` from statx(2) for creation time. It would be neat to...

kind:feature
status:discussion
topic:stdlib:files

## Bug Report Hi, this seems very similar to #12241, however that issue is about the interpreter. This one is not, and the setup is different. ``` Crystal 1.5.0 (2022-07-21)....

kind:bug
topic:stdlib:concurrency

Currently, `display.window_property(...)` always ever returns the property value as a String, but there seem to be cases where this is not right. For example, I'm working with `_NET_ACTIVE_WINDOW` https://specifications.freedesktop.org/wm-spec/latest/ar01s03.html#idm45374033238240 similar...

Hello, consider this demo code which simply adds 100 buttons: ```crystal require "gobject/gtk/autorun" window = Gtk::Window.new window.connect "destroy", &->Gtk.main_quit fixed = Gtk::Fixed.new window.add fixed 50.times do |i| 20.times do |j|...

https://blog.jetbrains.com/platform/2023/07/lsp-for-plugin-developers/

Hi! Any idea how to get this to work together? I'm trying to use a [tool](https://github.com/phil294/vimium-everywhere) that relies on the a11y protocol. Atspi communicates via DBus since v2, but `--dbus`...

**Describe the bug** I can't use a resource folder outside of neutralino's work dir. **To Reproduce** - From the standard template, `"documentRoot": "/resources/"` works fine. - Move `resources` one folder...

bug