-
My helm chart has several features which can be invoked by setting specific parameters in the values.yaml. However those aren't simply switches but for example allow for templating of objects/strings.…
-
I got this warning during `yarn build`:
> (node:19940) DeprecationWarning: Deep requiring like `const uuidv4 = require('uuid/v4');` is deprecated as of uuid@7.x. Please require the top-level module wh…
-
I was surprised to find that there's no option to insert GUIDs as data for Smart Object values. It looks like there's a couple of ways to manually craft a token string or scriptify it. Just seems like…
ghost updated
3 years ago
-
![image](https://user-images.githubusercontent.com/2005841/88845275-4cc01380-d1ba-11ea-9477-4e6e4591ab6d.png)
Robo 3t shows this value:
```
UUID("63356435-6336-3465-2d63-6132352d3466")
```
th…
-
As stated in the title for some reason when using "urn:uuid:" for the credentialSubject.id property in a VC deriveProof behaves in odd ways. We'll add some tests and debug to figure out what's happeni…
-
Hi I'm triying to deploy in a instance in the cloud and I'm facing a problem with the frontend
after doing
```
yarn
yarn dev --host
```
The first time i access I get this error in the console
…
-
## About this Issue
Generating an API token for the project (assuming permissions are tied to my account's permissions on specific project) in the UI is fine, but what about people who don't bother…
-
Import statements for `uuid` are deprecated, causing this console error:
```
Deep requiring like `const uuidv4 = require('uuid/v4');` is deprecated as of uuid@7.x.
Please require the top-level m…
-
### Do you want to request a *feature* or report a *bug*?
Feature
### What did you expect to see?
A few weeks ago, i created PR #4483 which adds support for Correlation IDs to Traefik w…
JanMa updated
1 month ago
-
# やること
ひとつのゲーム部屋を表すGameStateクラス内で、それぞれの識別子を示すidの生成ロジックを考える
ピーク時の同時接続数を最大1万程度として想定し、
- 接続数的に衝突が起こりにくい
- 生成に時間がかからない
ロジックを考える
```ts
public generateId(): number {
// 生成ロジック
}
```