Jesse Luoto

Results 177 comments of Jesse Luoto

On the other hand, you could see verbalexpressions as a "regular expression builder", and thus imitating a string builder. In this case the Python implementation should be something like: ```python...

I suppose this is outside the scope of this project. You could start another project to create this functionality to IDEs or as a separate website tool. Labelling this as...

Coinbase's announcement: https://blog.coinbase.com/upcoming-changes-to-order-size-limits-2fed4dc31b5c > For API traders, please note that we will deprecate the use of base_min_size in our /products endpoint on June 2, 2022. On June 30, 2022, we...

There has been conversation about bringing automatic ToCs to Github Flavoured Markdown: https://github.com/isaacs/github/issues/215 The thread also has some nice tools that users have made to automatically generate ToCs. I see...

Did you check yet if the URLs changed inside iframes will appear in the browser's history?

Does `window.print();` work from the console?

So that means the `onblur` event is just firing up when you press `print`. So to overcome this issue while using (for now) you should be able to print with...

Is there some specific project/example where it makes more sense to have features first? Why it's like this now: I think the first paragraph should be the sales pitch and...

You're right that those two concepts are now a bit overlapping with each other. While "Developing" is meant to be a collection of technical steps you need to take in...

Error: ``` Uncaught DOMException: Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range. ```