EviSONG

Results 12 issues of EviSONG

FC occurs when navigating to second activity using shared element based transition. Logcat shows: > library "libmaliinstr.so" not found However it works well on Nexus. Any ideas? Thanks.

Hi, team, Found an interesting bug: ## Issue Using [email protected] and [email protected], ``` // .env DB_HOST=127.0.0.1 DB_PASS=foobar S3_API=mysecretkey ``` Use the vars in JS: ```js const { DB_HOST, DB_PASS }...

# Bug report **What is the current behavior?** I'm leveraging Webpack 5's ESM support to generate ESM libraries, in the meanwhile I use `mini-css-extract-plugin` to extract all CSS to a...

bug
webpack-5

This PR is trying to implement #630. ### Consul ServiceMesh Support Consul can support ServiceMesh by integrating with proxies like Envoy, the most convenient way to enable this capability is...

Hi, When setting `isLoading = { true }` a loading indicator will be shown, but the text will be gone in the same time. In popular apps, I usually see...

This PR is trying to solve #61 by adding an `activityIndicatorWithText` prop, setting both this and `isLoading` to true will show ActivityIndicator and text (children) at same time. Lint and...

Hi, team, In my use case, `remoteAddress` helps a lot when analyzing beacons. It seems this argument is passed into `map` function but it's never used yet: https://github.com/springernature/boomcatch/blob/master/src/index.js#L656 I'm adding...

Hi, team, I've been using Boomcatch together with ELK stacks, my solution depends on **unmapped** mapper and **file** forwarder, and then let FileBeat to collect generated json files. However FileBeat...

Thanks for this handy tool! I'm adding Chinese (Simplified) language in this PR. I've tested locally: Please let me know if any problems.

This is really a neat tool, thanks! I'm adding non-TTY (stdin) support to meet my own requirement. Hope it also helps others. ```sh $ npm install -g dynamodb-data-types $ echo...