-
harvested from https://github.com/valueflows/valueflows/issues/10.
> @bhaugen:
> Here are some of the behavior quirks of **tools** and equipment, at least as they relate to processes:
>
> **Common…
-
Des profils d'utilisateurs ont été définis, puis étendus. (cf: [utilisateurs cible](https://petals.gitbook.io/petals-cockpit-specs/contexte/utilisateurs-cible))
Il faut fixer cette liste afin de pouv…
-
Hey,
on Linux the `Process` struct implements `Send + Sync`, but not on Windows.
We have the following [bug report](https://github.com/paritytech/substrate/issues/1253).
After looking into the `…
bkchr updated
5 years ago
-
Both rustc and UEFI expect pointers to be correctly aligned for the target type. However, we do not enforce this when querying a memory map, as we take an unrestricted `&mut [u8]`, cast it to `*mut Me…
-
Towards the end of the `DI:get` method the service can have the service set with the DI automatically if the service object implements the `InjectionAwareInterface` interface.
```zephir
if typeof …
-
Cette US est liée à US #581 - alerter un assuré lorsqu'il réitère une demande de prise en charge pour une même date.
Suite à ce signalement l'assuré a le choix de corriger sa saisie ou de la maint…
-
Return-position `impl Trait` leaks `Send`/`Sync`, allowing API breaks without changing any signatures.
At the moment, `abstract type` does that as well:
```rust
#![feature(existential_type)]
…
-
SELECT 20, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' OR layout = 'meld' THEN
GRO…
-
Hi Alex,
Just found this on Kickstarter....
Interesting regarding the mic array...
[https://www.kickstarter.com/projects/seeed/respeaker-an-open-modular-voice-interface-to-hack?ref=newest](https://w…
-
This is a suggestion, after talking with @mpilquist:
```scala
F.start(F.unit).flatMap(_.join)
```
We think this should be equivalent with a `shift`. However currently the `cats.effect.IO` and …