-
Feature requests posted here should be of a smaller scope. Kind of like a "wishlist".
See requirements here:
https://jira.axa.com/jira/browse/MYAXATA-9483
How it should look at first, then to …
-
I am looking at the sample corpus: https://raw.githubusercontent.com/jesus-seijas-sp/nlpjs-examples/master/01.quickstart/02.filecorpus/corpus-en.json
and trying to figure out how can I provide cust…
obaid updated
2 years ago
-
The caculation result of FCOS by get_flops.py is as below:
```python
FCOS(
18.409 M, 59.777% Params, 96.03 GFLOPs, 100.000% FLOPs,
(backbone): ResNetZ(
10.718 M, 34.803% Params, 29.3 GFL…
-
### Issue and Steps to Reproduce
When trying to use `withOidcSecure` to wrap a component that takes props, a typescript error prevents compilation.
Here's a simple example to reproduce:
```ts
…
-
### Issue and Steps to Reproduce
Requesting to url /profile if unauthenticated it will go to the oidc provider to initiate login, then it will redirect to callback , but during testing it didn…
-
**Describe the bug**
The fix for https://github.com/red/red/issues/3703 was not systemic IMO.
We have `replace` treating tag as tag, but `find`/`select` treating it as string.
Compare:
```
;) R…
-
When trying 2.4.2 the first thing I noticed is that in fullscreen mode, everything looked stretchy. I then found out that the setting "Use 1:1 pixel size" is not working anymore. It worked in 2.4.0. I…
-
### Issue and Steps to Reproduce
Every now and then, I run into a situation where the script blocks, and continuously loops.
Within seconds, I can see `UserManager.getUser` called thousand times…
ctron updated
2 years ago
-
### Issue and Steps to Reproduce
import { useReactOidc } from '@axa-fr/react-oidc-context';
export const Header =()=> {
const { isEnabled, login, logout, signinSilent, oidcUser } = useR…
-
## Expected Behavior
in the lifecycle method componentDidMount(), I want to set the first text field on focus, so that the customer doesn't need the mouse to click on the field. The text field, …