Elektrine lite

← Feed

rm

rm@mastodon.rand0m.me

<p>they | was mit cloud</p>

Posts

  • Post #2806987

    ``` curl -s https://gitlab.com/api/v4/projects | jq ```

  • Post #2806986

    @cy @henryk well - the default is clearly stated - &amp;quot;-1&amp;quot;, i.e. unlimited. also, effectively this is passing a request from outside to that service - so it might be good to think about what can happen there, if your service is barfing a stacktrace in response to the external request when you&amp;#39;re actually just expecting &amp;quot;OK&amp;quot; in the body - this might be a strong indication something is wrong.

  • Post #2806985

  • Post #2806984

    a little toy / experiment for movie nerds, feedback and suggestions _extremely_ welcome! https://www.flickflock.me/ you will need to create an account to make it interesting.

  • Post #2806983

    TIL: there is a &amp;quot;trust me, bro!&amp;quot; operator in typescript: ------------------------------------------ The ! is TypeScript&amp;#39;s non-null assertion operator. It tells the compiler &amp;quot;trust me, this value is not null or undefined.&amp;quot; ------------------------------------------ it never seizes to amaze me.