-
Hi
The application I am working on is overriding the id on input elements. I've noticed that the InputHtmlControl.ValueAs and ReplaceInputValueWith methods are using the id when trying to set the val…
-
Hello,
I have the pdf creator working properly using a webforms site using instructions from the Madalina site:
https://codeutil.wordpress.com/2013/09/16/convert-html-to-pdf/
Works great.
When…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Problem:
Every time I click "create shape binder", "sub-shape binder" or "datum" button, …
-
I'm playing with LH (trying to check Paper/Rock/Scissors rules consistency at compile time) but I fall into memory overflow:
-- LiquidHaskell Version 0.8.4.0, Git revision dfb317e4f9300da4c6d84…
-
Hi,
It seems that in current release we can add animations to components only and cannot define them as directives. I mean:
**the below works**
```
@Component({
selector: "animate-demo",
an…
-
### Version
5.3.0
### Commit hash
_No response_
### Tested debug version?
- [X] Yes
### Which operating systems have you used?
- [ ] Windows
- [X] Linux
- [ ] macOS
- [ ] Other
### What is the…
-
I'm sure I am just missing something but my project builds and all the js code is written but when I run it in a browser I get the error that is the title of this issue. Do you know why this might be…
-
## Problem description
In the [DaCe paper](https://arxiv.org/abs/1902.10345), it is stated that DaCe SpMV is as fast as MKL:
> We observe similar results in SpMV, which is more complicated to op…
-
Commits 0232954 and afaf2d4 started integrating a `normalise` function in `cf` in order to relax the requirement that input to `cf` must be in a-normal form.
The approach is to mostly leave `cf` as i…
-
```
It should be possible to write tests using Guiceberry testing infrastructure
that is contributed by different components/teams in a system.
Only one of GuiceBerryEnvMain can be bound per Inject…