Alireza Jafartash

Results 5 issues of Alireza Jafartash

Salam. (Hello in persian) I investigated the error AlphaTech was experiencing to find this problem. --- ## Code ```ts const props = { lineCap: 'round', }; ``` --- ## Error...

**Describe the bug** I was installing `lookatme` on both mac and a ubuntu docker container on that mac. **To Reproduce** Steps to reproduce the behavior: 1. Create a new virtual...

bug

Consider this java code: ```java package something; class SomeClass { public static void main(String[] args) { System.out.println("Hello world!"); } } ``` This must be compiled using javac according to the...

How can I have auto suggestion in vscode for writing pyspigot scripts?