-
Update the protocol to accommodate the Data Disc display and SAIL keyboard.
- Different resolution: 512x480 pixels.
- Different keyboard layout.
- Updates are in scanline segments of 6 or 8 pixel…
-
Sail has been soaring recently, congratulations!
In parts because of the association with RISC-V, Sail is getting a lot of attention. I've been in RISC-V groups where the lack of Sail skills is a …
-
Just to double check: the functions `decode` and `execute` are not keywords in Sail? I'm asking, because I want to know if there is a purely syntactic way of distinguishing the definitions of instruc…
-
Hi, i have some proble when i try to implement angular-sails in my angular-laravel-admin project.
I install angular-sail package with bower and in my index.module.js i have this:
`angular.module('ap…
-
The `riscv/prelude.sail` file defines the `bits` data type as follow:
```
type bits ('n : Int) = vector('n, dec, bit)
```
What is the reason that `Int` is chosen here instead of `Nat`?
With the…
-
**Host Environment**
- OS: Windows 7 x64
- Compiler: MSVC 2019 x64
**To Reproduce**
`vcpkg install dav1d --triplet x64-windows`
**Failure logs**
```
Computing installation plan...
The fol…
-
### Is this the right place to submit this?
- [X] This is not a question about how to use the sail-operator
### Feature Description
As part of [primary-remote](https://github.com/istio-ecosystem/sa…
nrfox updated
5 months ago
-
Is there any updates to this documentation that work? This page refers to LinkedDataSailGraph:
https://github.com/tinkerpop/gremlin/wiki/LinkedData-Sail#the-mechanics-of-linkeddatasail
I'm very n…
-
Hello, sails community,
was tinkering around and felt if it will be good to maybe create a tool for sails developers to easily integrate with their database as for me MongoDB without using a cli as …
-
```
What steps will reproduce the problem?
1. Known issues are commented on each function in sailcode_alpha2 and 3
2. These issues havnt been tested but anticipate failure on testing
3. Testing can oc…