-
A complete rethinking of a tool starts with the requirements of its users.
## User Requirements
SQLFlow users want
1. execute a program in batch, and
1. execute a program statement-by-statem…
-
I'm reading over the overview draft (really exciting!) and I'd like to brainstorm how containers fit into this model. Right now we have them as a part of composition:
> Bindmount libraries into con…
vsoch updated
3 years ago
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
the library is still using the legacy [android support compat](https://developer.android.com/topic/libraries/support-library) stuff. in my build based on the current SDK, this doesn’t work.
I have …
-
We have yield blocks (`->`) in Savi which do a good job at being both performant and ergonomic for use cases where the yield block is used immediately from within the calling function.
However, the…
-
Not sure where this suddenly comes from...
AttributeError: 'User' object has no attribute 'backend'
rest_auth/views.py", line 54, in login
login(self.request, self.user)
Got pointed to these do…
-
We currently use token-based authentication (JWT and the `Authorization` header) and persist it inside `localStorage`. We might want to consider switching:
1. Change token-based authentication to ses…
sodic updated
7 months ago
-
Being compliant with the 12 factor app guidelines makes it very easy to deploy it to a containerized cloud (e.g. Kubernetes):
https://12factor.net/
This is a summary issue to track whether we're c…
-
NET-62
As a child chain operator, I want to have redundancy in how my child chain's state is stored so that I can perform upgrade without any service interruptions.
**Risk**
- requiring a lot o…
-
I tried it and I liked it (even if it is, unfortunately, non isomorphic), but I think that there should be a simpler syntax to define components. 59 lines to define a checkbox component? Really? This …