restlessronin

Results 11 issues of restlessronin

The following DockerFile is no longer building on several machines. It fails on the`RUN` command following the `# Install NPM` comment with the error ``` #13 18.22 ERROR: http://dl-cdn.alpinelinux.org/alpine/edge/main: UNTRUSTED...

I really like being able to specify the version of every piece of the runtime (elixir, erlang and linux). The official elixir docker image does not tag images with this...

... `Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).` How do I set the start level of the bundle?

question

``` id 'com.diffplug.osgi.equinoxlaunch' version '3.37.0' ``` This error is being produced at https://github.com/diffplug/goomph/blob/f49fa797b535986812924e4b24d3ec417a281b5c/src/main/java/com/diffplug/gradle/eclipserunner/EquinoxLaunchSource.java#L68 It is being caused by ```source.addProject(project(':foo.'))``` within `equinoxSetup` I commented out the line and added ``` project(':foo').getTasks().each...

question

For background, I am trying to run an RCP app, not the full Eclipse IDE. As such, I am hoping to reverse-engineer the specific "Eclipse Application" launch configuration command line...

enhancement

git-lfs is crashing ish both in the post-install step as well as when trying to pull an lfs enabled repo. [iphone13-24-02-03.zip](https://github.com/ish-app/ish/files/14156567/iphone13-24-02-03.zip) I tried running dmesg, but didn't get any output.

unconfirmed

I simplified the highlighting code, and speeded up the binary search which maximizes the context within the token budget.

I'd like to output vega lite graphics ideally for Jupyter (as HTML) but am OK with doing it for JupyterLab (as a Mime type). Is there an example for how...

question

Hey @eddy147 thanks for the work on the stream. Unfortunately I'm still experiencing the same malformed payload on `v0.6.3` ``` run_req = Runs.new( thread_id: thread_id, assistant_id: @assistant_id, model: @model_o )...

For example, sending an invalid request now generates the following log ```elixir iex(21)> chat_stream = openai |> ChatCompletion.create(chat_req, stream: true) %{ status: 400, headers: [ {"date", "Tue, 09 Apr 2024...