Mateusz Mikołajczyk

Results 20 comments of Mateusz Mikołajczyk

@gballet do you want me to extract everything to a separate function and always call hid_read_timeout as @bpedman suggested ? I think that's a nice way of not repeating the...

is there a chance that we could merge this or #22 ? I'm using a fork of mine in the program that I use but I think it could be...

hello. I don't know whether this issue is still up for the discussion but I was wondering on an approach that would be somewhat similar to previously mentioned, but would...

if anybody is interested, here's an implementation that I made that can be used with current ninja codebase: ```python from functools import wraps from typing import Callable, List, Optional from...

@vitalik are you safe? do you require financial support?

sure, I only meant this as an example. other example could theoretically be: `1.up.sql` (generic version) `1-sqlite.up.sql` (sqlite-3 specific version) as I said, I am only beginning. I wanted to...

right, so I suppose my best bet would be to have two directories and symlinks if the migration happens to be sharing syntax between the engines?

while we're at it, can i use javascript syntax highlighters when implementing this task, or would you like to stick to the current highlighting option? (pygments).

great! i'll look into it, then :)

I stumbled upon this issue today and if anybody needs to use it in gin framework, here's how: ```go router := gin.Default() if v, ok := binding.Validator.Engine().(*validator.Validate); ok { v.RegisterTagNameFunc(func(fld...