Douwe Osinga

Results 21 issues of Douwe Osinga

If I generate python code from a typescript definition like: value: boolean | string | number | null; The corresponding python code parser has something like: value = from_union( [from_none,...

bug
Python

Hi there, In Excel copy & pasting a cell with a formula in it, will change the references of that formula accordingly. For example if A1 contains '=B1' and I...

Hi there! I was playing with your code as it looks nice and straight forward, but when I try to load any of the models from: http://www.cs.toronto.edu/~rkiros/models/vse.zip I get an...

I didn't see so quickly any other way to contact you, but I wanted to give credit. I re-used your model with some slight adjustments to generate icons and hieroglyphs...

Hi, Tensorflow seemed to have changed their interface. in `pix2pix.js` you want to make this change: ``` async transfer(inputElement, callback = () => {}) { - const input = tf.fromPixels(inputElement);...

Remove most of the add to and remove from the code base and use the API. try to do the best for windows and showing things, but eh

**Please explain the motivation behind the feature request.** When goose is calling its developer tools we don't do a great job showing what it is actually doing. it either says...

enhancement
p3

## Background OpenAI is moving to the responses API. Mostly they support the older chat completions API still, but in some cases they don't and we throw an error. https://platform.openai.com/docs/guides/migrate-to-responses...

roadmap