-
I've been trying to use aws-lambda-haskell-runtime with the AWS SAM CLI. I've run into multiple problems. I'll describe them in this issue. I'm new to AWS Lambda and AWS SAM, so you should take thi…
-
I want to make arrows across package, for example:
```
[ A|
[Cat] -> [B.Dog]
]
[ B|
[Dog]
]
```
Is there any way to do this?
Great project BTW!
tdihp updated
7 months ago
-
WebAssembly has a significant backwards compatibility constraint. It is also exploring an almost entirely new space and solving very hard problems requiring substantial design and implementation work.…
-
With all due respect, it's simply not feasible to create an operating system using Python. What you're developing is more accurately described as a CLI-based OS emulator, not a true operating system.
…
-
I'm going to accept PR #8 tonight, this adds scientific notation (`1e8`, etc) to Emily. However I have some thoughts on where we should go past there.
Something strikes me as odd about #8: The accept…
-
I've been googling for some time this morning, looking for some example of `` use that is somehow not just effectively `hello world`. For most elements I've looked up, I can find some reasonably sim…
-
There should be a command line parameter called `--append-precompiles` or `--save-compile` or something like this which enables to save all precompiles which happened during runtime (either in paralle…
-
### Description
Hi,
We are building an open-source custom Hebrew/Arabic analyzer (lemmatizer and stopwords), based on a BERT model. We'd like to contribute this to this repository. How can we do t…
-
# Bug report
### Bug description:
```python
import ntpath
print(ntpath.join('c:', 'x', 'y'))
```
I would expect the following code to print `'c:\\x\\y'`, yet it prints `'c:x\\y'`, Would you expect …
-
_Originally opened by @mpvl in https://github.com/cuelang/cue/issues/165_
We propose an extension to the query capabilities of CUE. Querying, in this context, is more than just retrieving data. It …