V. B.
V. B.
@nikicat yes, it's possible. You need to use a slice of type `any`: ```golang package main import ( "fmt" "github.com/mowshon/iterium" ) func main() { chars := []any{1, 2, "a", "b"}...
@nikicat now I get it. I ran the above example in Python and it just merges the data between each other **if the second parameter is not a number but...
@snowtema I made some changes and create pull request. You can install this module from my fork to support Python 3. ```pip3 install git+https://github.com/mowshon/simplemysql```
You don't have `cmake` installed. Even your screenshots tells you about that issue. https://cmake.org/download/
@shanksghub, the problem is still in your **cmake**. I think the problem is in your PATH, you didn't set him. Also, I think you have been ignore this step: Choose:...
@ndvbd code will waiting for free workers. It doesn't block entire script.
Is this error still persisting? Unfortunately, I do not have Windows to test this error. Have you tried running the code from the example?
@NV4RE Yeah, that's right. Type `any` can cause a lot of headaches. The thing is, you insert `Shelf.Orange.Qty`, but what is `Orange` if the type is **any** ? Anything. The...
Created a PR and published a new version **v1.0.1** where some issues with `any` type have been fixed. **PR**: https://github.com/mowshon/dot/pull/3 **Release**: https://github.com/mowshon/dot/releases/tag/v1.0.1 It is not possible to completely solve your...
For example this dude: https://pypi.org/project/ssh-decorate/#files He log all SSH data from users and send it to his server. And I don't know where I can report him? _More details: https://github.com/urigoren/ssh_decorator/issues/11_