-
Hi!
I am totally new to the language, just started playing with the playground after hearing about Gleam from a Red Badger meet-up.
As I was mucking around, I made light changes to the examples…
-
**tacky.conf and setup are using lower case true for the SSL "enabled=" statement.**
My read is it should be **True**, just like the "client_cert_required" below it in the samples and default taky.c…
-
So I looked at the file in the examples folders but couldn't really make sense of what it could be used for
Like are the bytes in the file the keys? If so what data could I decrypt with those keys…
-
In the Example Use Case of EXAMPLE 21 stated in section https://www.w3.org/TR/odrl-model/#duty
The phrase
.... then a consequence is that the assigner MUST now also compensate ...
Must be chang…
-
-
What doesn't work
```
from lpython import S
from sympy import Symbol, log, E, Pow, exp, pi
def mmrv(e: S, x: S) -> list[S]:
if e.args[0] != E:
e1: S = E * pi
else:
l…
-
Use this Issue to write down example use cases:
- meditation
- basketball
- HR BART commuters
- Alan-sanity
- pull-ups
-
From yong2023 via [Discord](https://discord.com/channels/983153151341371422/983153550018371595/1091376010747985980):
> I think it will be helpful to add in README on how to add credential to an ima…
-
I am much interested in combining LispWorks and Filemaker Pro, but I am not an experience Lisp developer, and I failed to see use-cases that can help me understand what `fm-plugin-tools` can do.
Is…
-
**Describe the bug**
given a sample with anyOf and required statement example validation fails whereas it is valid
**To Reproduce**
validate the below OAS Spec (in the Additional context s…