-
Hi all, in a meeting a few weeks ago, @ViralBShah asked us for some feedback on the debugger. Here is my take on it:
Having a working `@enter` as we do now is great! Thanks for implementing that! I…
-
### FAQ
- [X] Yes, my issue is not about [variability](https://github.com/GoogleChrome/lighthouse/blob/main/docs/variability.md) or [throttling](https://github.com/GoogleChrome/lighthouse/blob/main/d…
-
@casualjim
Please don't ditch this repo: it is awesome, albeit unfinished work.
I'll try to revive it. I managed to make it up and running and I am starting to figure out the _many_ shortcomings. …
-
Given below implementation, I try to test using an asynchronous session. My attempt goes in the following way:
`models.py`
```
from sqlalchemy.engine import Connection
from sqlalchemy.ext.async…
-
~/project# php app/console doctrine:database:create
PHP Warning: require_once(/root/project/app/bootstrap.php.cache): failed to open stream: No such file or directory in /root/project/app/console on …
-
After 3.0, the engines is created in `init_app`, so there is no way to update the configuration after instantiating the extension object. However, we do need to update the config in some use cases. Fo…
-
pytest's "official" public API is exported by the `pytest` package, and everything else is defined in the `_pytest` package.
Currently, `pytest` only contains APIs that users need to use directly: …
-
Hi guys,
Sorry for the time off, we had our first child born and I have made the humane error of underestimating the time it would take from my open-source work.
The good news is that I've finally st…
-
Make https default or make it optional?
-
I ran into this while trying to build a large frame for performance testing. I think it's a bug?
```python
f1 = ff.parse('s(200000,4)|i(I,int)|c(I,str)|v(str)')
```
Raises `builtins.Runtime…