Mirko Raner
Mirko Raner
If the Java kernel contains a variable name that is legal in Java but happens to be an OpenCL keyword the code generation will fail. OpenCL keywords should be somehow...
I'd like to use Spectrum in an OSGi-based project, but the JAR does currently not have an OSGi manifest. This can be easily added either in a hard-coded fashion by...
I have a piece of code similar to the following: ``` @patch('service.account.utils.AccountManager.get_service', MOCK_SERVICE) # ... more @patch decorators ... @parameterized_class('provider', [ (GCPServiceProvider(),), (AWSServiceProvider(),), ]) class ServiceTestCase(BaseTestCase): # ... tests ```...
I just ran into a scenario where instead of seeing an exception that informs me of an issue with my bytecode generation, I see a `StackOverflowError` instead. The repeating part...
The javadoc for `javax.lang.model.element.TypeElement.getEnclosingElement()` states that the method returns "_**the package of a top-level type**, the immediately lexically enclosing element for a nested type_." However, when calling the method on...
I'm wondering what would be involved in supporting different border colors for different applications. This would solve my [long-standing problem](https://apple.stackexchange.com/questions/408620) of quickly distinguishing many similar looking application windows when using...
**Is your feature request related to a problem? Please describe.** Clearly, Iosevka is a popular project that is enjoyed by many people for numerous reasons. However, other than @be5invis, @jmcwilliams403,...