Francisco Ayala Le Brun

Results 15 issues of Francisco Ayala Le Brun

Previously it was not possible to access the handler object after it was passed to the service processor. This practically prevents the use of any state which is not wrapped...

rebase needed
rust

**Describe the bug** CORS rules are specified in the same field as redirect URLs. However, in contrast to redirect urls, CORS requests do not seem to use any form of...

bug
bug/confirmed

In SymbiYosys, the `anyconst` attribute can be used in order to have the solver choose a constant for an input variable. For certain types of designs, this can make proving...

This adds several improvements to the converters from and to fixed point: - Fixed point to floating point now supports fractional bits - Uses AFix and Flow in I/O -...

### Describe the bug `ostree compose` fails when used with Fedora IoT 39's treefile. ### Reproduction steps ``` ostree init --mode=bare-user --repo=build mkdir cache git clone https://pagure.io/fedora-iot/ostree.git -b f39 fedora-iot-spec/...

I've been attempting to modify the OS in order to be able to run it on an RPi Zero. Thus far, these are the problems I've identified will need to...

In #61 we used positive return codes as recoverable and negative error codes as not recoverable. Do you think this is the best way of handling errors, or what could...

On the latest revision of the code base, tests will fail around 10-20% of the time, depending on their order. It's hard to trace the reason why, since each time...

## Description of the feature With the [Logger](https://github.com/async-graphql/async-graphql/blob/59f150befa7d0ee5abae81a1d23decdbcdb20b15/src/extensions/logger.rs) it can sometimes be useful to log certain parts of the context defined by the user. For example, user id or permission...

enhancement

At the moment, the `readSync` method of `Mem` produces a result in the following cycle (A read latency of 1). However, some memory IPs (see [here](https://github.com/KireinaHoro/spinal-blocks/blob/master/blocks/jsteward/blocks/mem/xpm/MemBlackbox.scala)) support read latencies higher...