-
### Before opening, please confirm:
- [x] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.co…
-
# Current state of modularity
Existing tebako packager includes two compore modularity
- libdwarfs
- tebako
## libdwarfs
libdwarfs is a library that provides our implementation of IO functi…
-
com.android.tools.build:gradle:3.1.0-beta2
gradle wrapper 4.4
Working for java - but for *.kt not even when I try:
```
license {
header rootProject.file('LICENSE')
mapping("kt", "SL…
-
# 定义函数
```ruby
def fact(n)
if n == 0
1
else
n * fact(n-1)
end
end
```
# 类
```ruby
class Person
@@number_of_persons=0 # 类成员变量,以@@开头
def initialize(id, name, …
ssnau updated
10 months ago
-
Every time I click glass with a linked photon link my server crashes.
-
Currently Clojure compile and test compile tasks don't support incremental compilation.
We run builds in separated steps (e.g. `gradle -x check build` followed by `gradle check` in the same directo…
-
## Expected Behavior
It should say nothing after the Import-Module and show the icon normally when I do ls.
## Current Behavior
Getting Error Saying
```
Import-PowerShellDataFile: Cannot genera…
-
**Setup:**
SonarQube 6.7
Sonar Gitlab plugin 2.1.0
**Build step**
```
- git checkout -f origin/develop
- git merge $CI_COMMIT_SHA --no-commit --no-ff
- ./gradlew --no-daemon sonar…
-
_From @theprophet31337 on February 28, 2015 2:21_
[Enter steps to reproduce below:]
1. open root git folder
2. open build.gradle
3. Ctrl-Shift-P then select "Git Log: Show"
**Atom Version**: 0.184.0…
-
### Issue Checklist
- [X] I confirm that this issue is not a duplicate and hasn't been reported before.
- [X] I agree to follow the project's code of conduct.
- [X] I have checked and verified that I…