Displee
Displee
Same issue, however, I did find a workaround. Edit `/root/emulator/resources/Toren1BD.posters` and add the following lines to it: ``` poster custom size 1 1 position 0 0 -1.8 rotation 0 0...
What if my responses are just strings? This doesn't seem to work: ```ts @ApiBadRequestResponse({ schema: { example: 'Response 1', anyOf: refs( () => 'Response 1', () => 'Response 2', ()...
I'm currently using the following workaround after setting a mesh to invisible: ```kotlin (mesh.parent as Scene).children.forEach { if (it is Mesh) { val material = it.material if (material is MeshBasicMaterial)...
Same issue.
My implementation so far: ```ts import { SelectQueryBuilder } from 'typeorm'; export const isExistsQuery = (query: string) => `EXISTS(${query}) AS "exists"`; // TODO: remove this once it is provided by...
I know this is an old one, but the above looks a bit too complicated, here's my solution (I use imgui Java bindings): ```kt fun selectableButton(label: String, selected: Boolean, width:...
~~The above solution doesn't seem to work for me, I get a different address when using the Cardano CLI (`cardano-cli address build --testnet-magic 1097911063 --payment-script-file validators/something.json`)~~ ```json { "type": "PlutusScriptV2",...
I also need this