Arik Cohen

Results 10 issues of Arik Cohen

When using the suggestion feature, if I get a partial match on a suggestion I am forced to use the suggestion. e.g.: But what if I want to actually use...

bug

Trying to run one of the examples on an Ubuntu 20.04 machine: ``` $ sudo go run main.go run --image ubuntu:20.04 --name ubuntu-ctr ``` and getting: ``` 2023/08/20 21:38:58.598953 validate:...

``` docker run -it --rm -e AWS_ACCESS_KEY_ID=XXXXXX \ -e AWS_SECRET_ACCESS_KEY=XXXXXX \ -e S3_BUCKET=my-bucket \ rjocoleman/alpine-s3fs:latest IAM_ROLE is not set - mounting S3 with credentials from ENV fuse: device not found,...

I have a use case where I want a user to be able to submit a YAML fragment to be executed by a remote server. I use Spring Shell `2.0.1.BUILD-SNAPSHOT`...

🤖 Dependencies

Tork has support for [Docker](https://github.com/runabol/tork/tree/main/runtime/docker) as its default runtime environment. [Podman](https://podman.io/) and Docker share many similarities in terms of functionality and concepts, but they also have some differences. One significant...

enhancement

The `nodes` table contain entries for both current online nodes and those that were online in the past. Over time the nodes table will grow indefinitely. A process should be...

enhancement
good first issue

WebAssembly is a binary instruction format designed for safe and efficient execution on web browsers, but it can also be employed on the server to enhance the performance and security...

enhancement

[Mountpoint S3](https://github.com/awslabs/mountpoint-s3) is a file client that translates local file system API calls to S3 object API calls like GET and LIST. The goal of this feature is to add...

enhancement

I was able to successfully create a React component around this library: ``` import React, { useState, useEffect, useRef } from "react"; import * as GaussianSplats3D from "@mkkellogg/gaussian-splats-3d"; export default...