Gábor Szabó

Results 283 issues of Gábor Szabó

This is my code for now: ``` $ cat src/sentry.cr require "sentry" ``` This is the error I get: ``` $ crystal run src/sentry.cr Showing last frame. Use --error-trace for...

The usual file extensions are `cr` for code and `ecr` for the built-in templating system. See [editors and IDEs](https://github.com/veelenga/awesome-crystal#editor-plugins) and the [ECR templating system](https://crystal-lang.org/api/ECR.html)

filetype

Probably ack should skip the .vscode directory by default In any case I added ``` --ignore-dir=.vscode ``` to the ~/.ackrc file to avoid this.

filetype

When I set sudo TRUE; running rex got stuck. Using -d I fund that the problem is this command ``` sudo -p '' -S sh -c "LC_ALL=C ; export LC_ALL;...

bug
easy-to-fix

Right now the examples in https://forwardemail.net/en/faq are all geared towards non-paying users who configure the aliases in DNS records. It also includes the section " Enhanced Privacy Protection: If you...

As I can see currently there are no tests for this package. It would be nice if someone at Dropbox could create an account that could be used to set...

I'd like to be able to connect an external hard-disk to my computer and sync all the content of my Dropbox (or just a specific folder) from the cloud directly...

As a first-time user of `dbxcli` I just ran a command like this: ``` dbxcli put bigfile.mp4 /Cloud_only/Videos/MP4/ ``` After it spent ages uploading all the file I got an...

The about page https://librelingo.app/about has a button "all contributors" leading to https://librelingo.app/#contributors- but that just shows the opening page of the site. I guess it should show the contributors, right?...