Tim Visée

Results 80 issues of Tim Visée

This implements: - `BBBuffer::try_take_producer`: split-off just the producer - `BBBuffer::try_take_consumer`: split-off just the consumer - `BBBuffer::try_release_producer`: release (give back) just the producer - `BBBuffer::try_release_consumer`: release (give back) just the consumer...

I'm looking into using this on shared memory for IPC. Do you have any input on this, whether this might work or not? I couldn't really figure out whether the...

question

Laravel 9 [moves](https://laravel.com/docs/9.x/upgrade#the-lang-directory) the language directory, breaking the current implementation. This change uses `app()->langPath()` in Laravel 9+ to dynamically get the language resource path, as recommended per documentation. This should...

I'm trying to talk TCP using io_uring with `rio`. Now I got this working fine on my development machine, but it somehow fails to run on a remote server. I...

This PR adds a MIME type for `tar`, quite commonly used on Linux/Unix systems. The tar type information is used from: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types

Could a list of supported operation systems and notification backends be specified in the README? That would clarify support questions some might be having, like: what backends are supported on...

help wanted

[//]: # (Thanks for opening this pull request! Before you proceed please make sure that you have an issue that explains what this pull request will do. Make sure that...

It appears there's an API specification and server response inconsistency. The API specification clearly states that [`NotificationFilterUrlMonetaryAccount::create`](https://doc.bunq.com/#/notification-filter-url/Create_NotificationFilterUrl_for_User_MonetaryAccount) should respond with an `Id` object. Instead, the server responds with a list...