Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Gazler
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Gazler
7y ago
Not sure when you were using Elixir, but releases are a good option for deployment now. This is supported with the distillery library ( https://hexdocs.pm/distillery/home.html ). The master version of Elixir also has sup
2.
▲
by
Gazler
8y ago
There are a few. This page lists the IETF QUIC implementations and gQUIC implementations (which is supported here) at the bottom. https://github.com/quicwg/base-drafts/wiki/Implementations
3.
▲
[video] NDC Conf – Web Development in 2020 – Steve Sanderson
(vimeo.com)
1 points
by
Gazler
11y ago
|
0 comments
4.
▲
Describing UI state with data
(nicolashery.com)
3 points
by
Gazler
12y ago
|
0 comments
5.
▲
by
Gazler
12y ago
I wrote something a few years ago that does a similar thing using a real command line. https://github.com/Gazler/githug
6.
▲
by
Gazler
12y ago
It is common in many flows to expect people to do a force push if something is wrong with their pull request, e.g. having 15 commits that look like: Try stuff Another prototype Fix something ... Revert prototype It
7.
▲
by
Gazler
12y ago
I think doing it like that is a neat idea. Perhaps there could be an "advanced" page which is as you describe and the current method could be the "simple" version?
8.
▲
by
Gazler
12y ago
Thanks for the ideas. I think there are several avenues that could be explored with this. I wanted to stay away from explicitly checking the code initially, as there are other tools aimed at that specific task, however there is no reason so
9.
▲
by
Gazler
12y ago
Glad it made sense! So the match is exact between the non %{..} characters. The idea for scope is the context of the commit, in my libraries I use the name of the class as the scope. For example with the default format string: test st
10.
▲
by
Gazler
12y ago
This is a great idea, definitely something worth implementing. Thanks for the feedback.
11.
▲
by
Gazler
12y ago
Hi, thanks for the feedback, it would be great to be used by a project like Foreman! Currently the string for the format only allows the 3 defined variables, type, scope and description. I have been using this style at https://gi
12.
▲
by
Gazler
12y ago
Thanks for the feedback, I hope your dev team find it as valuable as you do.
13.
▲
by
Gazler
12y ago
I'm not too familiar with Atlassian Stash, I will have a search around and see how plausible it would be to integrate.
14.
▲
by
Gazler
12y ago
A git hook would certainly work for this as you described and I would certainly encourage people to investigate that route if it is appropriate for them. http://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
15.
▲
by
Gazler
12y ago
Thanks for the feedback, I am a fan of the pricing schema too! An example of the messages GitCop outputs can be seen at https://github.com/Gazler/gitcop-test/pull/2 if you are interested.
16.
▲
Show HN: GitCop – Automated Commit Message Validation for GitHub Pull Requests
(gitcop.com)
55 points
by
Gazler
12y ago
|
27 comments
17.
▲
by
Gazler
12y ago
Excuse the self promotion I wrote a tool aimed at teaching git at https://github.com/Gazler/githug
18.
▲
by
Gazler
13y ago
Yeah, me too. It happens to me at least daily. I don't think I have ever wanted to search within the repository and it certainly shouldn't be default. In fact, I might write a browser extension to make it global by default agai
19.
▲
by
Gazler
13y ago
Perhaps these examples weren't the best. When searching for more general things it helps to put in golang. For example "Running go on multiple machines" or "Running go on multiple cores": https://www.go
20.
▲
Writing Your First Pebble Watchface
(blog.gazler.com)
1 points
by
Gazler
13y ago
|
0 comments
21.
▲
Rapidash - a ruby gem to rapidly build your API client
(rapidashgem.com)
2 points
by
Gazler
14y ago
|
0 comments
22.
▲
by
Gazler
14y ago
Surely you are just benchmarking Varnish and Drupal is irrelevant in the equation? The other results are more useful. Interesting to see how little it takes to kill Apache for a stock Drupal install.
23.
▲
Writing a client-side demo in backbone.js
(blog.gazler.com)
7 points
by
Gazler
14y ago
|
0 comments
24.
▲
by
Gazler
14y ago
My goto ruby solution looks something like: (1..100).map{|i|(f=[["Fizz"][i%3],["Buzz"][i%5]].join).empty? ? i:f}
25.
▲
by
Gazler
14y ago
I really like the structure of this, very readable and a great intro. I have some confusion on http://www.golang-book.com/6 It says: Go also provides a shorter syntax for creating arrays: x := [5]float64{ 98, 93, 77, 82, 83 } We no long
26.
▲
by
Gazler
14y ago
The hash (#) character isn't working for me (UK layout keyboard, Firefox 10 on Ubuntu).
27.
▲
by
Gazler
14y ago
Define expert, I'll see what I can do!
28.
▲
How Travis Is Teaching Me To Cook (Chef)
(blog.gazler.com)
1 points
by
Gazler
14y ago
|
0 comments
29.
▲
by
Gazler
14y ago
I agree, if you are showcasing code, it should be easy to view. Ideally without even having to download anything by letting people view it on Github.
30.
▲
by
Gazler
15y ago
Does the PSD work well in the GIMP? Or are there the usual layering and font issues?
More ›