Orian de Wit

Results 8 issues of Orian de Wit

The dynamic dark theme for Jira doesn't preserve the highlighted state of "flagged" issues very well. The purpose of flagged issues is to signal severity, for example that the issue...

This snippet of code: ```php serialize(Mockery::mock(User::class)) ``` works with Mockery 1.3.1, using **PHP 7.3**. Using **PHP 7.4**, keeping all else equal, it gives the exception: ``` Exception : Serialization of...

Hey! I've tried running this on a single GPU with 4GB DDR, but I get: ``` cuda runtime error (2) : out of memory at ~/torch/extra/cutorch/lib/THC/generic/THCStorage.cu:66 ``` Before I break...

Am I right in assuming the usage of multiple masks which leave part of the picture untransformed (as demonstrated in the (first picture)[https://github.com/Yijunmaverick/UniversalStyleTransfer/blob/master/figs/p3.jpg]) is not implemented in the LUA script?...

`Bundle install` gives an error on libxml-ruby 2.6.0. Once I remove the lock file, it installs fine (Ruby 2.3 on Linux), as it uses the newer libxml-ruby 2.9.0.

I used [Skypilot docs](https://skypilot.readthedocs.io/en/latest/examples/docker-containers.html) and [Mistral docs](https://docs.mistral.ai/self-deployment/skypilot/) to create this YAML: ``` resources: accelerators: RTXA4000:1 run: | docker run --gpus all -p 8000:8000 ghcr.io/mistralai/mistral-src/vllm:latest \ --host 0.0.0.0 \ --model mistralai/Mistral-7B-Instruct-v0.2...

### Feature Request [As documented](https://rivet.ironcladapp.com/docs/api-reference/remote-debugging), it is possible to start a server to use remote rivet projects, but the current method requires setting up a websocket server, using a code...

enhancement

### What happened? [In the documented example](https://rivet.ironcladapp.com/docs/user-guide/loops#chatbot), the loop controller doesn't receive a default value for "message history". I could only get the example to work by adding an empty...

bug