-
Update of gui-daemon to v4.3.6 for Qubes OS r4.3, see comments below for details and build status.
From commit: https://github.com/QubesOS/qubes-gui-daemon/commit/11703f4c2c22c1157483e997a7b451152443…
-
## Goal
| User story |
|:---------------------------------------------------------------------------|
| As an IT admin,
| I want upcoming activities to run as listed and be cancelable
| …
-
**Steps to Reproduce**
1. Go to Molecules mode
2. Load from file: [Spliting molecule on pieces with attachment points of each cause crash when switching to Macro mode.zip](https://github.com/user-at…
-
Add support for Black's improved [string processing](https://black.readthedocs.io/en/stable/the_black_code_style/future_style.html#improved-string-processing).
> Black will split long string litera…
-
what would be the perameter of this fun
def split_data(SOURCE, TRAINING, TESTING, SPLIT_SIZE):
dataset = []
for unitData in os.listdir(SOURCE):
data = SOURCE + unitData
…
-
(Split out from #3739)
Either set up automated testing for this scenario or add steps to manual test runs to validate the use of certificates over this channel.
-
**Is your feature request related to a problem? Please describe.**
I would like to group items for some organization, but I don't want to make it feel like we're sending the user through tons of diff…
-
Currently, we have tests nested under the `test` folder. These are integration tests that runs a locally built controller binary against the testdata stacks. We also have some unit tests (pending bein…
-
### LanceDB version
0.6.8
### What happened?
I seem to be running into an offset overflow when issuing an update spanning my entire table:
```python
>> import lancedb
>> import os
>> os.environ…
-
## Issue
I am trying to load an already written `.mds` version of the C4 dataset. The dataset was written out in a manner similar to the demos provided on this repository. I have used the first code …