-
### Feature request
Compared to `symbolic_trace`, the new (but I assume, experimental) entrypoint in `torch._dynamo.export` seems to provide a more robust way to extract modular FX graphs, that can't…
-
Crash Report
============
This crash report was reported through the automatic crash reporting system 🤖
Traceback
--------------
```Python traceback
File "electrumsv/gui/qt/main_window.py", line…
-
Native getters with autotracking don't include any caching by default, and users are encouraged to implement their own caching instead in the cases where caching is important.
But the no-side-effec…
-
Similar to Python's Mock class [here](https://docs.python.org/3/library/unittest.mock.html#unittest.mock.Mock.side_effect). I can't figure out how to do this with Waffle.
For example, I want to mo…
-
We allow mapping functions (both by providers and by users), and treat these like any other expression node in the query tree. However, functions are unique among SQL nodes in that they can have side-…
roji updated
5 months ago
-
I am posting a picture of the pluto notebook for better understanding/readability (what are the outputs etc). Below you can find copyable code.
Copyable Code
```julia
begin
using Flux:F…
-
The `modules_json_up_to_date()` function installs modules that are listed in `modules.json` but can not be found in the directory structure. I think running this command in the update routine for anot…
-
We should let the user be aware of the side effects of setting an option based on the config definition.
e.g. `services.hardware.tlp.enable = true;` impacts
- `boot.kernelModules`
- `environment.…
lapp0 updated
3 years ago
-
Extracting the results from a collateral list-column isn't too hard: `map(my_safe_column, 'result')`.
Other side effects are a little trickier, though: the messages from errors are wrapped inside a…
-
in this [section of the doc on side-effects](https://github.com/lelandrichardson/redux-pack#adding-side-effects-with-event-hooks), it shows something like:
```
import { sendAnalytics } from '../anal…