Felipe Sateler

Results 35 issues of Felipe Sateler

Some csv files do not have headers. It would be nice to not skip the first row, and use just the column number as header for them.

help wanted

It would be great to be able to access buildd logs. Specially from the pts page. Thanks!

I'm currently getting redirected to an out of date mirror. Since the redirector is supposed to detect these, I'm filing this as a bug ``` % sudo apt-get update Get:1...

checker

Generating the launch templates would be very cool https://www.terraform.io/docs/providers/aws/r/launch_template.html

I have searched the issue list for something similar, but I have not found the exact same issue. The problem is that, given these two models: ```ruby factory :employee do...

documentation

### Describe the problem Shells cannot be run with TTY::Command. Keyboard input is not read by the shell. ### Steps to reproduce the problem ```ruby require 'tty-command' cmd = TTY::Command.new(pty:...

bug

This should be useful eg, for https://github.com/systemd/systemd/issues/3882 . I did a tentative patch for systemd that reads if `Seccomp` is mentioned in `/proc/self/status`: ``` c bool is_seccomp_enabled() { _cleanup_free_ char*...

enhancement
priority/medium

Overwriting previous assignments is usually a mistake, since it will un-ignore the first set of columns ----------------- Before submitting the PR make sure the following are checked: * [x] Wrote...

I'm trying this library but I'm getting this exception stack: ``` System.Core.dll!System.Linq.Enumerable.First(System.Collections.Generic.IEnumerable source) EntityFramework.Utilities.dll!EntityFramework.Utilities.EfMapping.EfMapping(System.Data.Entity.DbContext db) EntityFramework.Utilities.dll!EntityFramework.Utilities.EfMappingFactory.GetMappingsForContext(System.Data.Entity.DbContext context) EntityFramework.Utilities.dll!EntityFramework.Utilities.EFBatchOperation.InsertAll(System.Collections.Generic.IEnumerable items, System.Data.Common.DbConnection connection, int? batchSize) ``` I presume it is this line...

I recently expanded the amount of buffer lines to keep on the server, and noticed that now the extra data to fetch results in the UI becoming unresponsive while the...