-
The code of [`org.jabref.logic.importer.fileformat.CitaviXmlImporter`](https://github.com/JabRef/jabref/blob/2db30cb26d1140af307042126fe2a3f0ba121f06/src/main/java/org/jabref/logic/importer/fileformat…
-
There's I way, to write a source into a file that seems so structured, reproductive and scalable.
I'll monitor it here, to see if it can become something apt to the style guide
#43
-
The `NuGetSearchServiceReconnector` has a structure where it looks at a wrapped object and then its service.
Evaluate this pattern for refactoring.
https://github.com/NuGet/NuGet.Client/blob/2c08…
-
I'm not sure to what extent this is feasible in practice, but all of the files I'm getting out of c2rust have very large blocks of extern items that could mostly be elided by relying on the libc crate…
-
# Context
Consider refactoring some systems in the next release.
# Problem description & Solution
As of now, some states contains logic that could be moved to systems.
Pros:
* to be more ECS-…
-
Currently, we do not support using global variables inside a function's body:
```python
x = 1
def sum(y):
return x + y
sum(y)
```
The above will break since `sum` is using a variable …
-
(This is not a bug report, more a request for clarification to help me understand why we are searching vocabulary for best match in a particular situation. I will update the inline doc with some more …
-
[Here is a link](https://docs.google.com/presentation/d/1UlN68xqdiUHhIr-O8AqdEoPpxQqpV5PX0rKyVbxYI2s/edit?usp=sharing) to our low-fidelity prototypes of the interface changes we proposed to the group.…
-
Take a D file with only this line:
``` D
void main(){write(cast(int)'ߞ');}
```
Try to auto-import 'write' from std.stdio.
Next try this content:
``` D
void main() {
write(cast(int)'ߞ');
}
```
…
-
## Environment
* **IntelliJ Rust plugin version:** 0.3.146.3786-211-nightly
* **Rust toolchain version:** 1.52.0-nightly (b3e19a221 2021-03-12) x86_64-apple-darwin
* **IDE name and version:** CLi…