Jose V. Trigueros
Jose V. Trigueros
As is, you must pass the `:ip` and `:port` keys when starting the gorilla server via lein. Why can't we just allow users to set their port and ip in...
First of all, thank you for giving me a starting point for creating a Slash Command for my Slack group. Now, right out of the box, I couldn't get this...
I'm not quite sure where the issue here lands, but I'm having an issue with the `pre 'commit'` hook. I have the following code: ``` gradle ... String pluginPath =...
I ran into an issue where my remote type was using `gitiles` type, but between the host and the filename there was a custom path. At first, I tried to...
When running `scoop-search` on a bucket that I haven't added, it doesn't give suggestions like OG `scoop search`: ``` PS C:\Users\jvtrigueros> scoop-search fantasque No matches found. PS C:\Users\jvtrigueros> scoop search...
I'm trying out this tool and it is able generate both separate files and one single AsciiDoctor file, however I'm not seeing the Table of Contents as shown in the...
I thought that this shortcut might be useful to add to the list of extras. It is not very fancy, but it is something that I find myself doing every...
So I took a second look and I was able to add `livereload` to `still-server`. This makes it much easier to see the changes when you're editing the code. Please...
How hard would it be to add livereload? I tried taking a stab myself using `connect-livereload` and adding it as a middleware to express but I failed at it. Update:...
I have existing functions that I'm attempting to decorate as retriable, but I'm noticing that retry is not triggered when `java.lang.Exception` is thrown, I'm not sure if this is an...