Furkan Türkal

Results 352 comments of Furkan Türkal

Actually I mean something like: _gathering all cards in 1 view (2 rows, 4 columns)_. But I'm not explicitly saying that way, since I'm not so sure which design will...

Hmmm, maybe we can import go-containerregistry and use [crane digest](https://github.com/google/go-containerregistry/blob/master/cmd/crane/cmd/digest.go) command to get digest.

It doesn't need to be installed, we can use it as a dependency. It talks the remote docker registry v2 API under the hood.

Not making any promises, but I'll try. Is creating a new `--digest` flag makes sense to you? By doing so, we are able to check whether _that image_ exists in...

It wouldn't fit in the terminal since it's 64 digits. What about inserting it just below the image name? ``` myimagename:latest (0x012335...) ```

Almost 4 years passed since the issue, I'm newbie at material-ui, and eventually I had this problem and I'm here: ```js ``` Label animation does not work if i pass...

Same here: with tf.device('/gpu:0'): self.model.fit(blablabla) Not works... Versions: ``` tensorflow==1.7.0 tflearn==0.3.2 tensorflow-gpu==1.4.0 ``` How can i fix that CUDA incompatible problem? Output: ``` Traceback (most recent call last): File "/home/dentrax/Projects/GitHub/emotion-recognition-neural-networks/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py",...

Example output: ``` $ go run . check ./apko/.github/workflows [PASS] ../apko/.github/workflows/add-issues.yml [PASS] ../apko/.github/workflows/build.yaml [PASS] ../apko/.github/workflows/codeql.yaml [PASS] ../apko/.github/workflows/go-tests.yaml [FAIL] ../apko/.github/workflows/mink-e2e.yaml : check failed: found 5 unpinned refs: ["docker/[email protected]" "chainguard-dev/actions/kind-diag@main" "chainguard-dev/actions/setup-kind@main" "chainguard-dev/actions/setup-mink@main"...

It is bad that this feature became inactive. But it could be a very life-saver feature. ;)

@NBonaparte The Polybar's time is always showing wrong. Although we use GMT+3, it shows 3 hours ahead. My current time: 03.59 Should be: 00.59 `date && sudo hwclock --verbose &&...