Martín Fernández
Martín Fernández
Hello, I'm running some issues with the background caching API. I'm trying to cache multiple tileSources. After each tileSource finishes caching I start the new one. A lot of memory...
Because `const_set` does't allow constants with lower case this was preventing from defining queries like: ``` query getUser { viewer { id } } ```
Hello @keithf4 ! We've been using pg_partman for several years now, using trigger-based partitions and we are starting a migration to native partitioning. It's pretty awesome how this project evolved...
# Brief Description When trying to install Kafka and operate it using runit chef-client crashes. ## Cookbook version 2.2.2 ## Chef-client version 14.12.9 ## Platform Details cloud=aws chef_version=14.12.9 platform=ubuntu platform_version=18.04...
Hello, We are using the provider very extensively in my organization and we are looking into managing foreign servers and user mappings. Foreign Server: https://www.postgresql.org/docs/current/sql-createserver.html User Mapping: https://www.postgresql.org/docs/current/sql-createusermapping.html I'm looking...
Hello, Today, our BI tool started crashing (https://github.com/metabase/metabase) with the Google Authentication. After doing some troubleshooting we realized that the `width` property no longer works with a string, it expects...
# PR Summary This pull requests adds support for AF_UNIX sockets. The implementation modifies contrib/win32/win32compat/socketio.c `socketio_acceptEx` implementation so that it can handle `sa_family == AF_UNIX`. contrib/win32/win32compat/w32fd.c has also been modified...
Hello, We had a couple of issues recently where some time series values got an empty string without expiration. Shouldn't the code in https://github.com/alanpeabody/resque-job-stats/blob/v0.4.2/lib/resque/plugins/job_stats/timeseries.rb#L50 be wrapped with a `MULTI` command...
Hello, I've been looking for a project that would let me create an ONVIF layer on top of multiple RTSP cameras that I have behind a Hikvision DVR (analog cameras)....