-
Hello, I'm new to `GeometricFlux` and currently experimenting with its features.
I just ran into the following issue: when I use a directed graph as input of a `GraphConv` layer, it raises a `Dimen…
-
Using `lua` for configuration gives _a lot_ of flexibility and control: conditional blocks, click handlers in `lua`, custom formatting in `lua`, dynamic themes/icons and a lot more. Here is an example…
-
Exposed in #214
```julia
julia> A = [0 1 0
1 0 0
0 0 0];
julia> fg = FeaturedGraph(A, nf=rand(2,3));
julia> m = GraphConv(2 => 2);
julia> m(fg)
ERROR: ArgumentEr…
-
Hi, I'm getting build error while using this in an Angular Project. Moreover can you provide step by step guide for usage with angular applications.
`Error: export 'default' (imported as 'foundatio…
-
Currently the UN reads the local file that tells which resources are available.
However, if those resources change (e.g., a VLAN is used in an endpoint), their description is not updated and re-sent t…
-
Use case: my team has ~200 powershell modules deployed to an enterprise nuget source. Our dependency trees are a little cumbersome. We don't want to add any dependencies if we can avoid it.
We do u…
-
## Lapce Version
v0.2.0
## System information
MacOS (M1) and Pop!_OS
## Describe the bug
Using `zsh` with an `oh-my-zsh` theme breaks Lapce terminal. The theme is no longer represented co…
-
This is somehow related to keyboard navigation, but has not reproducible.
Attempts:
* Query results with a lot of records and a lot of columns
* Subquery results in modal (I did notice that navig…
-
Das ganze liegt wohl daran das ich nur >> int main(int argc, char *argv[]) > wmain( int argc, wchar_t *argv[ ], wchar_t *envp[ ] )
-
https://bsauce.github.io/2021/09/05/msg_msg/
Linux内核中利用msg_msg结构实现任意地址读写文章首发于安全客:Linux内核中利用msg_msg结构实现任意地址读写题目及exp下载 —— https://github.com/bsauce/CTF/tree/master/corCTF%202021介绍:本文示例是来自corCTF 2021中…