-
- split the test data in valid and invalid strings using https://github.com/opening-hours/opening_hours.js
- check that all valid lines are also valid according to OpeningHoursParser
- make a list o…
-
Discussed with @JanssenBrm: we want to introduce an "organization" concept in the ETL API resource reporting, so that users that are part of multiple organizations/projects can explicitly specify the …
-
# Issue
I followed the setup instructions for the first time from the README.md. I've committed some code and this is hanging forever.
```
Test Suites: 8 passed, 8 total
Tests: 13 passe…
nadr0 updated
3 weeks ago
-
Hi,
I searched for this functionnality in the readme and by exploring the code and it seems that there is no concept of period of validity involved in the logic of [`mfa.Email.auth`](https://github…
bil0u updated
2 years ago
-
We have the issue where we can't properly catch the exception coming from native code in our Javascript code and it results in the App crash.
```
2024-11-05 16:10:04.274 24961-2439 line:54 …
-
I'm using gentle to align Chinese audios and their corresponding texts. However, I found the start and end timestamps returned from gentle don't seem to be valid. For example, as the image is shown be…
-
Hello,
In the implementation of the method getAccessToken() in OAuth2RestTemplate org.springframework.security.oauth2.client.OAuth2RestTemplate, you always check the token is expired by doing : if (a…
-
```
Currently, it can happen that a PeerDiscovery adds an unresolvable address.
This will crash the PeerGroup with a NPE.
I'd propose a check in PeerGroup.discoverPeers() similar to this:
…
-
Consider this element:
```
```
Current behaviour: clicking the field and then leaving it does not trigger validation because the model is `$pristine`.
Expected behaviour: regardless of bei…
-
I have the same issue as https://github.com/OLSR/olsrd/issues/89.
The suggestion in the above was to build all the plugins as that may be caused by missing plugins. For that use "make build_all". …