-
When installing the package in a new Symfony 6.0 application you get the following error:
```
$ composer req roukmoute/hashids-bundle
Problem 1
- Root composer.json requires roukmoute/hash…
-
-
### Current Behavior
Bug on install:
# composer install --no-dev --optimize-autoloader
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Continue as root/sup…
-
I currently can't reproduce this, but I also haven't fixed it.
Input:
````
```ucm
.> builtins.merge
```
```unison
> 'sq
sq = 2934892384
```
```unison
> 'sq
sq = 2934892384
```
…
-
In my scratch file:
````unison
{{
Compute the [Jaccard similarity index](https://en.wikipedia.org/wiki/Jaccard_index)
of two bags, a value from 0 to 0.5 which is their intersection divided…
-
This is the error:
`Web/Hashids.hs:(342,5)-(347,18): Non-exhaustive patterns in Just str@(lottery, tail)`
Version: 1.0.2.4
How I think it can be recreated:
Change the context value used by the…
dciug updated
2 years ago
-
Hi @peterhellberg
I would like to setup my app to have frozen strings by default.
Example description: https://www.mikeperham.com/2018/02/28/ruby-optimization-with-one-magic-comment/
Using has…
-
The user activation after the user registration is not working.
#### How to reproduce the bug
1. Go to 'Login'
2. Click on 'Register'
3. Create a new user
4. from the email, activate it
##…
-
h5py: 2.10.0, h5py: 1.10.4
```python
filename = "test.h5"
n = 8 # PASSES
n = 9 # FAILS
with h5py.File(filename, mode="w", track_order=True) as f:
for i in range(n):
f.create_gro…
-
Whenever I try using any custom relations, I get this error
"Call to undefined method Illuminate\Database\Eloquent\Builder::withRecursiveExpression()"