-
It would be better to add some testing to the project so different conversion cases can be checked. It is difficult to verify this manually.
-
I have noticed that when I convert MOL2->PDBQT that in some cases the bonds and protonation of the molecule are changed.
[Core_Conversion.tar.gz](https://github.com/openbabel/openbabel/file…
-
[We recently added support](https://github.com/llvm/llvm-project/blob/aa596fa4d974f75ed8d2db3f4880ec0e5be3e176/mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp#L857) to generate fast vec…
-
I have two table like below. (poco class)
```
[PetaPoco.TableName("conversion_request")]
[PetaPoco.PrimaryKey("idxno", AutoIncrement = true)]
public class ConvRequest
{
[PetaP…
-
In an overload set that involves `bool`, it's too easy to fall into the trap where the users are meant to pass the pointer or string literal argument to a more appropriate candidate but end up passing…
-
### Use Case
Here are regular needs I encountered in my development practice:
1. struct.toJson() - required for storage and, sometimes I/O (when struct Json needs to be enclosed in some outer Json) …
-
The following invalid program is accepted by clang. [Demo](https://godbolt.org/z/oM33ffsEG)
```c++
struct C {
explicit operator bool() const {
return true;
}
};
int main(…
-
This pattern is currently not detected
```
assert.True(t, uint32(len(arr)) == whatever)
assert.Equal(t, whatever, uint32(len(arr)))
```
here are examples
https://github.com/hrygo/gosms/blo…
-
### Describe the solution you'd like
Introducing an **always-visible Mini-Cart** would be a valuable addition to the block library, providing a seamless shopping experience for various types of onl…
-
### Description of the feature request:
Bazel has builtin default paths for bash depending on operating system. They can be overridden by `--shell_executable`. When using remote execution towards mu…