Viktor Shchelochkov
Viktor Shchelochkov
> @VityaSchel maybe try to ask in ocornut/imgui first. I opened https://github.com/inkyblackness/imgui-go/issues/181
> @VityaSchel I've analyzed the issue in imgui-go and: > As far as i understand giu.Cancas is missing AddImageQuad right? yes
Is there anything that prevents this commit from being accepted? I'm waiting for this feature since May...
> ```js > onState: function () { > this.fallback = { title: this.input, description: `Selects ${this.input}`, value: this.input }; > > // Check to make sure there are no suggestions...
Ok I wrote a solution for multiselectAutocomplete propmpt type but it's far from ideal and has a lot of cosmetical bugs, which I will try to fix soon. 1) It...
Workaround for now: ```javascript { type: 'text', initial: 'YYYY-MM-DD', validate: text => text === 'YYYY-MM-DD' || new Date(text).toString() !== 'Invalid Date', format: text => text === 'YYYY-MM-DD' ? null :...
This is just fuck this is so stupid, why python has everything while js developers has to deal with dead library with "call" method that pretty much don't do anything,...
I'm going to try to patch this error. It seems that problem is at src/tl/builder/index.js:7159 ```js 'messages.sendMultiMedia': function(params) { this.int32(-134016113); const flags = (this.has(params.silent)
this fucking bot
Workaround: 1. Export artboard as SVG 2. Import exported SVG and scale it using width, height 3. Export imported path as PDF