-
**Describe the bug**
When editing a cutoff in a competition's edit events form, typing a time followed by enter will ignore the time and close the modal with the old value still in use (0 if there wa…
-
### Description
Now that https://github.com/angular/angular/issues/13721 was finally solved, I think there's no longer a need for extra typings here, this project will still be useful for the additio…
-
It would be awesome to replace our old Collections.NameValueCollection.GetString(...) stuff with some sort of strongly typed data carrier.
Consider a form like this
<form>
<inp…
-
### Steps To Reproduce
I have defined an `InteractiveLPProblemStandardForm` `P`, then created the dual problem by calling the dual method, `Dual = P.dual()`. After that I defined the dual problem as …
-
### Preflight checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions.
- [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/ma…
-
Here are some ideas for using resyntax on Typed Racket code. These are quite superficial and don't depend on any knowledge of the types.
+ Singleton union types: rewrite the type `(U t)` to just `t…
-
The code:
```crystal
1 rescue Exception
2 rescue ex : Exception
```
expands to:
```crystal
begin
1
rescue
Exception
end
begin
2
rescue
ex : Exception # this declaration …
-
As far as I know the submission form does only support these kind of things to help or control the new value the user typed in:
- form-value pairs
- controlled-vocabulary
- configurable entities
…
-
* Generate a `book-new` component
* Add a new route
* Import `ReactiveFormsModule` into BookNewComponent
* Import `Validators`, `FormBuilder` and `FormGroup` into `BookNewComponent`
* Instantiate…
-
This is to highlight the issue with the cache metrics and discuss how to
handle it with respect to the new generic typed cache.
At present, in source-controller we have a custom cache implementati…