Michael Camilleri

Results 50 comments of Michael Camilleri

I'm having the same issue with my Cloudflare token. Based on the following from the [README](https://github.com/alexzorin/authy/blob/0c25c0dd9ab1b54dafb47a801fc7277cfbfd8035/README.md) for Alex Zorin's Authy library, it looks like this is caused by the fact...

I was confused by this as well. I wrote up [an explanation of what's going on with `let*`](http://articles.inqk.net/2019/01/22/what-is-let.html) that might be helpful to others.

I like D's approach to having levels of deprecation. My suggestion for the levels would be: | D | Proposed | Meaning | | --- | --- | --- |...

@uvtc The way that the Janet implementation of `def` and `var` work is by treating the first argument as the name, the last argument as the value and anything in...

@bakpakin I was testing this out with Janet 1.16.0 but am not sure if I'm seeing the correct behaviour (or if I'm using it correctly). When I'm in the REPL,...

@bakpakin Apologies, I realised I wasn't actually using the bindings so hence no warnings. I see the warnings now. I am still unsure how the levels are intended to be...

@bakpakin Thanks for the clarification. Confirm that in Janet 1.16.0 when I have a file, `test.janet`, with the following: ```janet (def x :deprecated 1) (inc x) (def y {:deprecated :strict}...

Is it possible to reopen this issue and then have it close when building is easier? I ask because if this issue is left open, interested users can subscribe to...

@jeaye Thanks for the quick reply! I think only you can reopen but happy to wait. No urgency on my part. Safe trails!

The guide that @miparnisari referenced has been superseded by [this one](https://rouge-ruby.github.io/docs/file.LexerDevelopment.html). Rouge relies on the support of our community for new language lexers. For those interested in Pug support being...