-
### The problem
Discovery of some (but not all - the VM ones are OK) Fortigate devices has an error:
[0;31mError discovering sensors module for mizar.ccgs.wa.edu.au.[0m TypeError: long2ip(): Argum…
trs80 updated
1 month ago
-
is there any way right now to serve the vdom outside of the notebook? Can't find that in the docs
-
### Proposed Functionality
Support firewall virtual contexts (for policies, zones, ...)
### Use Case
Some firewall supports virtual contexts (ie. virtual firewall that behave like a stand…
-
I wonder what the var `elem` was for:
https://github.com/composor/nano-byte/blob/master/render-vdom.js#L26
It appears it's only assigned to but never used for anything?
-
```haxe
final myStyle = {
"--color": "red",
color: "var(--color)",
};
return hello;
```
In runtime:
```js
SyntaxError: missing name after . operator
```
Libs version
```
cocon…
-
PR #796: [fix(dom): do not duplicate root element with no id](https://github.com/cyclejs/cyclejs/pull/796)
It was discovered when targeting the HEAD element, [discussed here](https://github.com/cyc…
-
for determining which parts of the DOM need to be updated.
- [ ] Data structures for representing the DOM - for storing the current state of the page.
- [ ] Algorithm for comparing the current and…
-
I found out that an event listener is not removed in my case, i use bind to add a click listener, do you know if this is a known issue?
```haxe
public static function render (state:State, api:Api)…
-
Right now the two examples just have one big reducer file with all the reducer functions, and at most two files for vDom objects. A way to make the code more modular and component based should be dete…
-
Because of issue #106 I forked this project and changing it so it uses markupsafe for escaping. This not only allows marking safe text, but it also deals with any object with an `__html__` function. T…