Tristan Kalos

Results 10 comments of Tristan Kalos

Hi everyone, Same here for Telegram, Discord and Whatsapp on Apple Silicon MB Pro with a fresh Station Install from DMG By taking a quick look at the debug console,...

Thanks @Alex-Levacher :) My use case would be to create a custom client js SDK that would read route definition schema from a custom api route like `api/config` and would...

Some insights about how it is going: - Tried to train the model using my laptop + eGPU. Failed miserably due to memory usage. I suspect dataset replication in memory...

@vmarkovtsev @zurk I was able to make the model to work with the `modelforge` API along with asdf saving and loading support. I have a question regarding tests: since this...

Thanks for your answer Unfortunately, putting the more specific at first does not work either because the scale being optional, it matches as well. Is it possible to dynamically consider...

That's what I have done at first, but my main goal here is to make an efficient autocompletion feature. Meaning I want that - if the dimension's field is a...

Well, I can use `&{ predicate }` to make the rule fail, but this way I would have an `expected: "rulename"` in expectations. What I want is to dynamically compute...

Added fields in the field type and in the frontend component by hand in keystone code. Nothing is tested though

@abhijithvijayan I'm not sure I fully understand, You didn't do any any modification to keystone's code to achieve that ? That means you have not used the `CloudinaryImages` field but...

Yeah the gallery is pretty cool, especially because I had to integrate a per-page gallery in my project. Unfortunately my code is a dirty hack and It's not very suitable...