-
| Q | A
| ----------------- | ---
| Bug? | not
| New Feature? | no / yes
| Framework | Laravel
| Framework version | 5.8
| Package version | 1.0.0
…
-
The use of CPython internals inside HPy code is problematic. Building in the universal mode should probably define the limited API. Otherwise the universal binaries will not really be universal, they …
-
For gameserver control panels moving to SteamCMD, it is impossible to monitor server install/update progress as SteamCMD has flakey STDOUT on Windows and *NIX. It would be a great addition to have a C…
-
this will probably help with IOAPIC (#28) and PIC drivers.
probably something like the existing `Control::enable_irq`/`disable_irq`, but for a specific vector
https://github.com/hawkw/mycelium/blo…
hawkw updated
4 years ago
-
Due to the changes from 101feec Oauth authentication adapter behavior is inconsistent and wrong.
## Current Behavior
### I. Clients are never challenged with proper 401 response
This is due to change…
-
## Your Question
**TL;DR**: can you tell me why `callbacks.RowQuery` is not supported in dry run mode? Is there a possibility (I'm happy to contribute a PR) that it _could_ support dry run mode?
…
-
Hi !
In this example I have a simple constant folding rule:
```egglog
(datatype Math
(Num i64)
(Add Math Math)
)
(rewrite (Add (Num x) (Num y)) (Num (+ x y)))
(let expr (Add (Num 92233…
-
Hello, I'm having troubles when I'm trying to use the 'auth:api' middleware in my routes.
With this configuration, the response to the request is 'MethodNotAllowedHttpException in RouteCollection.ph…
-
### What happened?
When updating from 0.17.30 to 0.17.39, I needed to do work to update. Since this is a patch release, this caught me off-guard.
### What did you expect?
On patch-release versions,…
-
Currently, in an attempt to prevent Twitter rate limit errors, whenever a non-public profile is loaded for the first time, I limit the number of members to add to 100 so that only one API call is made…