Alexandru Mărășteanu
Alexandru Mărășteanu
I'm on Ubuntu 14.04 x86-64, Python 2.7, pysmb 1.1.12 Here's the code: ``` client = SMBConnection(smb_username, smb_password, client_ip, smb_server_name, use_ntlm_v2=True) client.connect(smb_server_ip, smb_port) client.createDirectory(smb_folder, 'foo/bar') ``` And the output: ``` Traceback...
Hello, The file server is a Samba 3.5.8, and runs on Ubuntu 11.04 x86_64 (Linux 2.6.38-16). HTH
I found Django migrations are an area where `ruff` and `mypy` might not agree as far as this rule is concerned. ### Sample 1 ```python class Migration(migrations.Migration): dependencies = [...]...
@charliermarsh it behaves as desired. I hadn't considered `Sequence` before. Thanks for the tip!
I created a new [1.1.3 release](https://www.npmjs.com/package/sprintf-js/v/1.1.3). Let me know if that helps.
Good!
`.ruff_cache` has it's own `.gitignore` set up to ignore everything inside i.e. `*` See also: https://github.com/github/gitignore/pull/4289 https://github.com/astral-sh/ruff/pull/208
There exists https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
@alber70g I'm not sure how to read your comment, but I feel I need to clarify one thing: by "tab navigation" I mean going to the next/previous tab. In a...
I apologise for the delay. Yes, that's exactly what I'm saying and I'm as surprised as you are: when served by `granian`, the page in the browser is blank. When...