-
Something that detects undefined class methods would be useful. Currently, this passes undetected:
```
class MyComponent extends React.Component {
onTap = () => {
this.undefinedMethod()
}
…
-
According to the following document, we need to register our entities.I have no idea why we are doing this.
```
// Push your entity fully qualified namespace
app('rinvex.attributes.entities')->pu…
-
Hi there!
I see that there is PHP 8 support on the `v3` branch, but that it hasn't been released yet.
What is missing for this new release to be published?
I would like to use this package in m…
-
When running some random data through Hashids I found this failure:
```
@Test
public void test_issue11() throws Exception
{
final Hashids hashIds = new Hashids("Fd2s3lDF1l39PDybtiZI", 5);
fin…
-
Hi, im trying to use Hashids with Typescript and Node.
`import Hashids from 'hashids';`
I'm not getting any Typescript errors in the editor, but Im getting this error when the code is compiled…
-
Hey,
Trying to see if I can drop this beautiful gem on my project without making too many (or any if possible) changes to it.
At first look, things seemed to be working immediately after adding the …
-
Hi,
I've problem with ParamConverter and Doctrine find entity.
When the entity id is incorrect and therefore impossible to unhash, an SQL error is raised on the search request for the entity acco…
-
Two inconsistencies:
```
# select hashids.encode_list('{1,1}'::int[], '', 0, '12356789abcdefgh'),
hashids.encode_list('{1,1}'::int[], '', 0, '123456789:;?@ABCD');
NOTICE: {1,1}[1]: 1 …
-
### Bug Report
SDL doesn't response to RegisterAppInterface after resumption in case HMI does not response on RC.SetGlobalProperties
##### Preconditions
1. Start SDL and HMI
2. Mobile connecte…
-
Using the latest release 2.2.8, the typescript definition file in the package is defined like
```
import Hashids from '../lib/hashids'
export = Hashids
```
with that import to the source c…