-
Currently, to keep the CLI responsive we import most things where they are used rather than at the top of modules. The scientific Python community has coalesced on a design and a reference implementat…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Lazy-Loading-EF-Core-and-Hot-Reload-Prob/1654838)._
---
[severity:It's more difficult t…
-
Hello,
Trying to use some jinja filters leads to this kind of error:
`Failed to load ext_pillar stack: no filter named 'list_files'`
```
Salt Version:
Salt: 2017.7.5
Dependency…
-
I'm working with your package, and I am trying to open an archive file with an XBK extension. If I use 7Zip, I can view the contents, extract it, etc. However, when I try to open it as an archive
…
-
Hi All
I wanted to start an open discussion about future improvements to echo, I am looking to do some serious work on the library to clear the backlog of issues and potentially look at how the libra…
-
Continuation of #7697; tightly coupled to #7171 and #6913.
After discussion and feedback at the weekly hangout Apr 16 (see https://github.com/Slicer/Slicer/issues/7697#issuecomment-2059271196 and h…
-
BPO | [39602](https://bugs.python.org/issue39602)
--- | :---
Nosy | @brettcannon, @poxthegreat
Files | [LazyImport.zip](https://bugs.python.org/file48889/LazyImport.zip "Uploaded as application/x-zip-…
-
Performing a data access operation within the `ChangeTracker.Tracked` event results in an `InvalidOperationException` being thrown due to the EF Core code being within a critical section.
We were r…
-
# Problem 1: Code Structure
We can use [namespaces](https://www.python.org/dev/peps/pep-0382/) the way `zope` does with [zope.interface](https://pypi.org/project/zope.interface/) for example.
No…
-
I have the below code (very simplified), and configured everything via code configuration (`IEntityTypeConfiguration`).
Table schema is configured with `builder.HasOne(x => x.DatabaseSchema).WithMany…