-
I'm wondering if there's functionality in beartype for doing something like this:
```python
#!/usr/bin/env python3
""" This code does not work because these features are not implemented. """
impor…
-
This is a proposal for allowing generics as type parameters. It's currently possible to write specific examples of monads, but in order to write the interface that all monads satisfy, I propose writi…
-
See https://github.com/facebookincubator/create-react-app/issues/1018#issuecomment-261792488 for a discussion which leads to the creation of this issue.
I propose adding a new command (working name…
-
**Is your feature request related to a problem? Please describe.**
Ban offensive and swear words under user profile names so that kids (learners) do not add inappropriate profile names to their accou…
-
- VSCode Version: Code 1.9.1 (f9d0c687ff2ea7aabd85fb9a43129117c0ecf519, 2017-02-08T23:31:51.320Z)
- OS Version: Darwin x64 15.6.0
- Extensions:
|Extension|Author|Version|
|---|---|---|
|cpptool…
-
# Proposal
I'd like to add an optional flag to comm messages that would allow them to be processed asynchronously.
It would change comm data messages to look like
```js
{
'comm_id' : 'u-u-i-d…
twavv updated
4 years ago
-
Hi,
From the Aspire project I would like to generate the deployment and service . yaml. If my app has a console application, then if that is not skipped then I need a Kubernetes Job deployment. I als…
-
Request: Have two separate and explicit modes for reading step-by-step as a stream and for reading arbitrary step(s) in post-processing. Instead of
io.Open(fname, adios2::Mode::Read);
have
…
-
The notation `f.(v)` effectively maps `f` over an array `v`. This operation is not lazy, it materializes the mapped array.
I think it could be useful to have an analogous notation for lazy maps. Ma…
-
The following errors were reported by 5.7.0-dev.20240929, but not by 5.6.2
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipel…