Alexander Hirner

Results 9 issues of Alexander Hirner

Hi, DrawerJs is great to embed and use. I was wondering if there were attempts to implement single vertex editing once a polygon was closed? If not, what would be...

enhancement

The code in models.py constructs the graph in a very sleek way. Is it possible to see how you transformed the weights into mlstm_ns.pt too?

Function `generate_sequence()` resolves #12 and takes an initial string, a dictionary that overrides hidden states, the stopping condition, and a mode for which (greedy) sampler to use. Usage: `positive =...

This includes three steps in the process: 1) Identifying the right tables with better heuristics. One simple idea is to use more and/or better filter terms. For now it's just...

enhancement

To decide how to cache data files from an fsspec system, it's interesting to know their `local_file` attribute. However, it is masked in __getattribute__ and becomes a lambda. ``` >>>...

- EdgeDB Version: `4.5+9324bab` - EdgeDB CLI Version: `4.0.2` - OS Version: macOS x86 `13.4.1` Steps to Reproduce: 1. Add `using extension edgeql_http;` to your schema 2. `curl -v -H...

I'm trying v1 in a flake setup and want to inspect more build outputs: ```nix dream2nix = import ...; d2nPackage = dream2nix.lib.evalModules { modules = [./package.nix setupModule]; packageSets = {...

### Describe the issue Adding `torch` as prerelease dependency fails with `nix {develop,run}`: ``` error: Missing suitable source/wheel file entry for torch (use '--show-trace' to show detailed location information) ```...