Haseeb / 하시브

Results 8 issues of Haseeb / 하시브

Added installation guide for Anaconda users in the docs. I also have a video for this installation procedure.

** This will later be added to BIM workbench. ** Thank you for creating a pull request to contribute to FreeCAD-macros! To integrate your macro please make sure the following...

```cmd mobbage\__init__.py", line 681 print "Code: {}, Size: {}, Time: {:d}ms, URL: {}".format( ^ SyntaxError: invalid syntax ```

Platform: windows `__init__.py` is missing when installing from pip ## Reproduce ``` bash pip install pykan ``` ```python >> from kan import KAN >> type(KAN) module >> type(KAN.KAN) type ```

### Current behavior Login does not work ### Expected behavior (optional) _No response_ ### Step to reproduce 1. Open application 2. Login ### OS, or Other Environments OS: Windows ###...

Type: Bug

**The validator returns True for inputs that violate URI rules.** ## Examples: ```ipython In [15]: uri_reference('google.com/path').is_valid() Out[15]: True ``` ```ipython In [27]: uri_reference('http://example.com:99999/').is_valid() Out[27]: True ``` ## Expected behavior: The...