-
**Describe the bug**
info Opening the app on Android...
info JS server already running.
info 💡 Tip: Make sure that you have set up your development environment correctly, by running react-native …
-
## 🚀 Feature
Fibonacci series -> Every element is the sum of the previous 2 elements and the first 2 elements are 0 and 1 respectively.
### Have you read the Contribution Guidelines?
Yes
#…
-
### Describe the bug
Kotlin aws sdk is returning an error when running a Kotlin lambda fetching a secret value using a secret Arn from an event parameter.
### Regression Issue
- [ ] Select this…
-
*Need a proper doc for Video Tag which is used in HTML that plays all types of videos, here we have a Video attr but don't know how to implement*
---
- [ ] README
- [ ] Video Player
- [ ] Webs…
-
## Description 📜
In this we want you to deep dive into what is user research and why does it form a basic necessity for UX designing. Market Research and UX research is different . If you want …
-
*Platform* (all, jvm, js): all
*Extension* (none, kotlin 1.3): none
## Code related feature
I want to provide a `between` function which reports lower and upper bound as soon as one of them fails…
-
greetings, thanks for making & publishing this impressive tool. What's the best way to generate an analysis for a JS project?
being a curious person, I thought I'd try to create an analysis for an …
-
## Bug Report
### What happened?
Top bar header doesnt seems to be showing after sometime playing with the page swiping and changing the reading mode as seen on the video attached.
You can see …
-
```kotlin
private suspend fun evalAndAwait(evalBlock: suspend () -> Any?): Any? {
ensureNotClosed()
evalException = null
loadModules()
val result = jsResultMutex.w…
-
Consider following js code:
```js
module.exports = (str, options) => {
if (options && options.uppercase) {
return str.toUppercase();
} else {
return str;
}
};
`…