Fotis Gimian

Results 123 comments of Fotis Gimian

Using the raw connection honestly hurts usability here because it would mean the query format would be less elegent (asyncpg uses $1, $2 syntax .etc) which would be confusing if...

I too just noticed that it's not possible to pass a timeout to databases. This is normally a kwarg that can be sent to asyncpg methods 😢

Sadly it seems that PyHive doesn't provide this. You'll see that the socket is created [here](https://github.com/dropbox/PyHive/blob/master/pyhive/hive.py#L146) ```python socket = thrift.transport.TSocket.TSocket(host, port) ``` One may then call the following TSocket method...

You may also easily create an alias in PowerShell if that tickles your fancy 😄 ```powershell C:\Users\Fots> New-Alias -Name csr -Value csharprepl C:\Users\Fots> csr Welcome to the C# REPL (Read...

An interesting issue I'm experiencing due to this issue is that no error is printed at all when the string representation of the slice is too long: ``` === RUN...

Based on some testing, I believe the following two empty lines are not required: https://github.com/dotnet/command-line-api/blob/8f2ada7fbaab300dc3fcaa9141d1d69340e3b4cb/src/System.CommandLine/Help/HelpBuilder.Default.cs#L241 https://github.com/dotnet/command-line-api/blob/8f2ada7fbaab300dc3fcaa9141d1d69340e3b4cb/src/System.CommandLine/Help/HelpBuilder.cs#L61 @jonsequitur Do you think this could be checked out? It seems this library is...

I too noticed the lack of `archive_read_open_filenames_w` in the library which I think would round out the unicode support quite well as there do seem to be `w` variants of...

I personally have still had no luck getting this to work. An individual rule in an editorconfig works: ``` ~\source\abc via .NET v7.0.304 🎯 net7.0 🕙 [ 10:48:05 AM ]...

> @fgimian Default configuration file (`.roslynatorconfig`) works only with VS extension (or VS Code extension): > > https://github.com/JosefPihrt/Roslynator/blob/ab443617938c40b1ac87a612da054cd7837a82c9/docs/Configuration.md?plain=1#L37 > > Do you use VS extension? If you use nuget packages...

+1 to this idea :smile: