Samrat Man Singh

Results 13 comments of Samrat Man Singh

The change you pushed doesn't really address my problem. You're returning 1 if the type of event is something Nuklear _might_ consume. However, even for any given type(say SDL_MOUSEBUTTONDOWN), Nuklear...

Actually, it turns out just checking `nk_window_is_any_hovered(ctx)` is enough for me. Sorry for the trouble.

Are you running `lein repl` from inside the `logic-tutorial` directory? You might also have to do `lein deps` before doing `lein repl` if you're using `lein 1`.

Hello! Are file uploads supported now? I couldn't find any docs that point out how to send a file as form-data. If not, what is the alternative? Is it possible...

Thanks! In case anyone else runs into the same issue, I wrote a short note on what I did: https://samrat.me/blog/til-file-uploads-using-the-req-elixir-library

Is there a full example of how to do this somewhere? I've also run into the same problem and have gotten around it by adding an extra `type` field to...

I'm sorry, but right now there is no way to do this. You can avoid having articles from appearing in the index and feeds if you put drafts into the...

Hi, was there any progress on this issue? My use-case involves sending audio samples so would be great to not have to pay the JSON serialization/deserialization cost.

Thank you for the hint about `bert-base-uncased` :) I am also interested in this use-case. Is this a feature that will be added?

Closing this as Thomas added Gemini support in https://github.com/thmsmlr/instructor_ex/pull/74