theapache64

Results 154 issues of theapache64

![image](https://user-images.githubusercontent.com/9678279/93235853-bfea0d00-f79b-11ea-82f0-783521ade00a.png) Is this possible?

Is it possible to get a method callback to the customized DaggerMockRule? (Usage : I want to close the mocked db) Current implementation ```kotlin @get:Rule val mockDbRule = DaggerMockDbRule() @After...

![image](https://user-images.githubusercontent.com/9678279/126061009-51947561-6bc9-4031-ba2b-ebe325cd8256.png) The account was previously working, but now it says "BadAuthentication". I tried with a brand new account. It says the same. NOTE: I haven't changed my password or did...

Getting ``` Traceback (most recent call last): File "/usr/local/bin/autosub", line 33, in sys.exit(load_entry_point('autosub==0.4.0', 'console_scripts', 'autosub')()) File "/usr/local/bin/autosub", line 25, in importlib_load_entry_point return next(matches).load() StopIteration ```

![image](https://user-images.githubusercontent.com/9678279/82556500-7429ad00-9b87-11ea-80c5-5e30cd827dec.png) Looking forward to your opinion :smiley:

I want to implement this datetimepicker in my project, which am building in ECLIPSE. Is it possible to import this library in Eclipse ?

I want to implement this datetimepicker in my project, which am building in ECLIPSE. Is it possible to import this library in Eclipse ?

```kotlin Shell.SU.run( arrayOf( "echo \"# Hello :)\" >> /etc/hosts", "cat /etc/hosts" ) ).also { println("Output: $it") } ``` It doesn't added "Hello :)" to `/etc/hosts` file :( . Any idea...

It'd be better if we have an option to set interest on more than one language. I love Kotlin as well as Java.

It'd be great if Glide can support Jetpack compose with a composable like `GlideImage` **Expected Usage (minimum)** ```kotlin setContent { GlideImage(url) } ````

enhancement
help wanted