-
Has any analysis of common hash distribution of ksuid values been done? There exists use cases where you want the time ordering for client side uses of ids but on the server side use the ids for distr…
-
```shell
% uname -oprv
Darwin 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:19:22 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T8112 arm
% python --version
Python 3.12.3
% /usr/bin/…
ihorh updated
2 months ago
-
The current version relies on Chrono which is deprecated so rust-ksuid switched away from it. We should do too.
- Once we switch away from it, we can merge in #285.
- We also need to update SeaORM…
tasn updated
3 months ago
-
Our data has several primary / foreign key ID fields that are 8 byte BIGINT's.
So fairly large numbers, many above 256^7, are involved.
Metabase is unable to display the large numbers as answers, …
bcbob updated
3 weeks ago
-
Like the global node librairies, such as os, path, process, child_process, etc. the other few imported libraries should be made available on the global scope, without requiring to use 'g' to access th…
-
In packages/amplication-server/src/core/entity/reservedNames.ts, Add "field" to the RESERVED_NAMES array in the server.
Checklist
- [X] ``packages/amplication-server/src/core/entity/reservedNames.…
-
**Describe the bug**
When trying to use NodeGUI with m2 and following the readme, npm throws an error at CMake stage of linking to Qt5 libraries
**To Reproduce**
Steps to reproduce the behavior:…
-
* **21.1.5**
* **Windows**
Using build script below to build a windows portable app with some extraResources
```json
"build": {
"productName": "App",
"extraResources": [
…
xalc updated
2 months ago
-
**Describe the problem you are trying to solve**
A user sends message to a node to interact with some Live Object. Each message should have its own unique identifier, signature, and content. Let's fo…
-
**Describe the solution you'd like**
We would like to optionally support object versioning compatible with AWS S3. The following requirements/behaviors are expected:
* Only enabled when specifically…