<hightower2>
Student se upoznao s izradom aplikacije u kojoj je korištena platforma GNU/Linux, programski jezik Crystal, PostgreSQL baza i REST-like API za komunikaciju client i server dijela.
<hightower2>
Neke dijelove zadatka student je implementirao na temelju uputa i prijedloga za poboljšanje, a druge dijelove riješio je samostalno.
<hightower2>
Nakon proteka glavnine vremena raspoloživog za stručnu praksu napravljen je review u suradnji s mentorom te su zapisani finalni potrebni popravci, uglavnom vezani za vizualni dio interfacea prema korisniku te za automatski pravilan rad programa za nove korisnike koji se prvi puta prijavljuju u sustav.
<hightower2>
Student Marin Jurjević dolazio je na stručnu praksu u dogovoreno vrijeme te zadatak obavio savjesno i u skladu s dogovorenim planom rada. Također je implementirao i zatražene finalne popravke i napravio aplikaciju koja bi se mogla koristiti u konkretne svrhe.
<hightower2>
Pohvaljujemo njegov pristup poslu i rezultat te se nadamo da su zadatak i naši komentari bili korisni Marinu te u skladu s programom i ciljevima fakulteta.
<hightower2>
(Sorry wrong paste :(
<hightower2>
What's the purpose of Crypto::Subtle?
yopp has joined #crystal-lang
alex`` has joined #crystal-lang
<FromGitter>
<Timbus> Constant time comparisons prevent leaking information about secret data. For example: If you're comparing a password, and you exit the moment two bytes mismatch? An attacker can measure the time your comparison took, and then feed in different letters until the comparison takes slightly longer
<FromGitter>
<Timbus> So the Crypto::Subtle methods can prevent that
<crystal-gh>
[crystal] RX14 closed pull request #6351: Revert: Don't automatically virtualize two types in the same hierarchy, unless one is deeper than the other (master...feature/revert-dont-virtualize) https://git.io/fNvEs
<FromGitter>
<straight-shoota> @Grabli66 Looks like a compiler bug
<FromGitter>
<straight-shoota> It seems that the generic arguments K and V are not dereferenced in the subclass
<FromGitter>
<Grabli66> Ok. It's a good old bug :)
<FromGitter>
<Grabli66> It works, but it looks bad :(
<FromGitter>
<cserb> Hey, anyone tried to implement an rpc protocol or used an existing one for crystal. I'm trying to use msgpack for sending data between peers but it's kinda cumbersome
duane has joined #crystal-lang
<FromGitter>
<yxhuvud> I think there is already someone that has implemented msgpack. I don't know how full featured it is though
<travis-ci>
crystal-lang/crystal#ee6ec50 (master - Revert: Don't automatically virtualize two types in the same hierarchy, unless one is deeper than the other (#6351)): The build was fixed. https://travis-ci.org/crystal-lang/crystal/builds/401753949
<wontruefree>
is there something like ruby DRb in Crystal
<FromGitter>
<sdogruyol> nope
<crystal-gh>
[crystal] sdogruyol pushed 1 new commit to master: https://git.io/fNJ3j
<crystal-gh>
crystal/master 4771dcb Johannes Müller: Add support for multiple Etags in If-None-Match header (#6219)
<FromGitter>
<jwoertink> If you have a method that uses `with whatever yield`, and then want to make an overload method for that, is there a way to pass that block?
<FromGitter>
<sdzyba> how come that asterite is not a core team member?
<FromGitter>
<sdzyba> or he left the Crystal organization on github by himself?
akaiiro has quit [Remote host closed the connection]
<FromGitter>
<fridgerator> I think his membership is private or something like that
<FromGitter>
<fridgerator> Its been discussed in here before
akaiiro has joined #crystal-lang
<crystal-gh>
[crystal] asterite opened pull request #6358: Restrict `exp.@var` to types in the same hierarchy (master...feature/6066-restrict-read-ivar-access) https://git.io/fNJnM
<FromGitter>
<sdzyba> Oh so you're literally remove yourself, got it :)
<FromGitter>
<j8r> That's sounds like the Crystal yo-yo effect. Crystal is too good, but beware of overdoses 😄
wontruef_ has joined #crystal-lang
wontruefree has quit [Ping timeout: 276 seconds]
akaiiro has quit [Ping timeout: 244 seconds]
akaiiro has joined #crystal-lang
<FromGitter>
<HCLarsen> Hey everyone, got a question about Unions. Is it possible to define a custom union type to reuse, instead of retyping the long form throughout my project?