ChanServ changed the topic of #crystal-lang to: The Crystal programming language | https://crystal-lang.org | Crystal 0.36.0 | Fund Crystal's development: https://crystal-lang.org/sponsors | GH: https://github.com/crystal-lang/crystal | Docs: https://crystal-lang.org/docs | Gitter: https://gitter.im/crystal-lang/crystal
hightower2 has quit [Ping timeout: 246 seconds]
deavmi has quit [Read error: Connection reset by peer]
deavmi has joined #crystal-lang
teardown has quit [Ping timeout: 268 seconds]
teardown has joined #crystal-lang
f1reflyylmao has joined #crystal-lang
f1refly has quit [Ping timeout: 272 seconds]
avane has quit [Quit: ZNC - https://znc.in]
avane has joined #crystal-lang
chachasmooth has quit [Ping timeout: 264 seconds]
chachasmooth has joined #crystal-lang
teardown has quit [Ping timeout: 268 seconds]
teardown has joined #crystal-lang
<postmodern> is there a template i should follow for requesting a new language feature, like Ruby's Class#prepend ?
f1reflyylmao is now known as f1refly
_ht has joined #crystal-lang
_whitelogger has joined #crystal-lang
postmodern has quit [Quit: Leaving]
ua has quit [Remote host closed the connection]
ua has joined #crystal-lang
<FromGitter> <asterite> I'm really curious about prepend myself!
<FromGitter> <asterite> There's no template, but example usages and a hint for how to implement it would be nice
<straight-shoota> @oprypin re/ your configurator: why `crystal tool format && git diff --exit-code` instead of `crystal tool format --check`?
<straight-shoota> very nice tool, though =)
<FromGitter> <oprypin:matrix.org> straight-shoota, well, to show the diff, rather than just say "something is off"
<straight-shoota> Should be a great help to propagate CI usage with Crystal library
<straight-shoota> Ah I mistook --exit-code for --quiet and thought it would just be there for the exit code
<FromGitter> <oprypin:matrix.org> straight-shoota, i reeeally want to add a page about this one to https://crystal-lang.org/reference/guides/ci/ (and even make it the first option) but a bit difficult to integrate into the existing mold from the other guides
<straight-shoota> I'd just say write the guide your way. It doesn't neet to follow the style of the existing ones.
<straight-shoota> But it should really be out there
ua_ has joined #crystal-lang
ua has quit [Ping timeout: 256 seconds]
deavmi has quit [Ping timeout: 272 seconds]
deavmi has joined #crystal-lang
deavmi has quit [Ping timeout: 240 seconds]
deavmi has joined #crystal-lang
deavmi has quit [Ping timeout: 240 seconds]
teardown has quit [Remote host closed the connection]
teardown has joined #crystal-lang
deavmi has joined #crystal-lang
deavmi has quit [Ping timeout: 240 seconds]
frojnd has quit [Ping timeout: 244 seconds]
repo has quit [Ping timeout: 244 seconds]
frojnd has joined #crystal-lang
repo has joined #crystal-lang
deavmi has joined #crystal-lang
<FromGitter> <jrei:matrix.org> crystal init still generates a .travis.yml...
<FromGitter> <jrei:matrix.org> now that GitHub Actions is becoming more popular than Travis, it no longer makes sense to have this file
Nekka has quit [Ping timeout: 246 seconds]
<FromGitter> <Daniel-Worrall> There's an issue on that
<FromGitter> <oprypin:matrix.org> j8r (https://matrix.to/#/@jrei:matrix.org) well it never made sense in the first place but yes even more so now
<FromGitter> <jrei:matrix.org> oprypin (https://matrix.to/#/@oprypin:matrix.org): agree 100%
<FromGitter> <Daniel-Worrall> I'd love to see oprypin's tool as the init tool
<FromGitter> <Daniel-Worrall> and make it support travis and circle
<FromGitter> <grkek> @Dan-Do I've known about that issue for a while, I just didn't think it was a problem since it only happened during refresh
<FromGitter> <jrei:matrix.org> I'd say, oprypin (https://matrix.to/#/@oprypin:matrix.org), it would be great to have a command generated with the tool too
<FromGitter> <jrei:matrix.org> may not be possible with the current implementation
<FromGitter> <grkek> I'd say, my nem jeff
<FromGitter> <grkek> oh god I already did
<FromGitter> <jrei:matrix.org> Thanks, adding a comment
<FromGitter> <jrei:matrix.org> I would like to make a poll now that it's possible with the forum :D
teardown has quit [Remote host closed the connection]
duane has quit [Read error: No route to host]
teardown has joined #crystal-lang
<oprypin> also commented
<FromGitter> <jrei:matrix.org> oprypin what do you mean by "Just print links to some CI options at the end."
<FromGitter> <oprypin:matrix.org> j8r (https://matrix.to/#/@jrei:matrix.org): oh thanks for that mention as well, but i think it muddles the poll
ua has joined #crystal-lang
<FromGitter> <oprypin:matrix.org> hm i dont have any constructive suggestion
<FromGitter> <jrei:matrix.org> maybe, maybe not, people have to know the options
ua_ has quit [Ping timeout: 264 seconds]
<FromGitter> <oprypin:matrix.org> "what do i mean": edited the comment to "Just at the end of the wizard, print out a suggestion to consider adding CI, with links to a few options."
<FromGitter> <jrei:matrix.org> "not adding any CI as a file"... why?
<FromGitter> <jrei:matrix.org> Having a wizard does not exclude to have a generated file
<FromGitter> <jrei:matrix.org> that's how the GitHhub Pages theme works with the UI - it adds a ` _config.yml ` theme file to the repo
<FromGitter> <oprypin:matrix.org> you can't use a feature that nobody ever uses to support your point :D
<FromGitter> <jrei:matrix.org> I mean we have best of both worlds
<FromGitter> <jrei:matrix.org> git history, without having to generate the file manually
lanodan has quit [Ping timeout: 240 seconds]
lanodan has joined #crystal-lang
issyl0_ has joined #crystal-lang
jrayhawk_ has joined #crystal-lang
issyl0 has quit [*.net *.split]
jrayhawk has quit [*.net *.split]
issyl0_ is now known as issyl0
_ht has quit [Remote host closed the connection]
Nekka has joined #crystal-lang
deavmi has quit [Ping timeout: 240 seconds]
deavmi has joined #crystal-lang
<FromGitter> <wyhaines> @blacksmoke16 I haven't tested it, but it looks like it is always attaching a Content-Length, and in the case of a 304, that length will be a 0, correct? If so, that is wrong. A Content-Length can be reported on a 304, but only if the length reflects the length of the content that would be there were the response a 200.
<FromGitter> <Blacksmoke16> exactly right
<FromGitter> <Blacksmoke16> not providing one, stdlib sets it to `0` automatically
<FromGitter> <Blacksmoke16> but if i provide one postman gets stuck, prob since its waiting for data to come but it never does. I imagine thats more of a postman issue hto
<FromGitter> <wyhaines> Ah, interesting. Yeah. The most sensible thing there would be for it to not include the header on a 304.
<FromGitter> <Blacksmoke16> i imagine there are other similar to this as well
<FromGitter> <Blacksmoke16> cases to this*
hightower3 has joined #crystal-lang