-
A portion of the community (and of the core team) sees one or more of the following features as important for programmer ergonomics:
- keyword-based parameters (as opposed to position-based parameters…
-
Hello, I am trying to run your code for "predicting new data" part. I follow all your command from creating new environment, install the requirement based on your txt file, until running the bash scri…
-
Issue opened to collect info about possible future SPSA improvements.
### SPSA references
SPSA is a fairly simple algorithm to be used for local optimization (not global optimization).
The wiki h…
-
* Process the centerlines of the streets, roads and paths from OSM, eventually other OSM objects (e.g. buildings)
* Generate street geometry and project it on the terrain.
* Place street objects…
-
Proposal: support non-structural typing (e.g. new user-defined base-types, or some form of basic nominal typing). This allows programmer to have more refined types supporting frequently used idioms su…
-
### This issue is to have a centralized place to list and track work on adding support to new ops for the MPS backend.
[**PyTorch MPS Ops Project**](https://github.com/users/kulinseth/projects/1/vi…
-
# Compatibility Report
- Name of the game with compatibility issues: Microsoft Flight Simulator
- Steam AppID of the game: 1250410
## System Information
- GPU: R9 390
- Driver/LLVM version: 4.6…
-
When I do
``` julia
# Main.jl
module Main
using .Foo
end
```
and there's a file called `Foo.jl` in the same directory as `Main.jl` it should be loaded. I suspect that relative `using` should also …
-
When downloading the game ¨Squad¨ from Steam it directly finishes and trying to start the game causes en error:
¨An error occurred while updating Squad (missing executable)
{some very long path here…
-
Each push to GitHub should run the Makefile test target (to ensure we only ever push working code) as part of a CI workflow.
Unclear if a CD workflow should be added (never done one) to regenerate …