Ryan Samarakoon

Results 13 issues of Ryan Samarakoon

Hey @coderaiser, great job with cloudcmd! I've been using the program for a few years now and it's a remarkable tool for complex file operations on my headless server. Thank...

Would be great if down the line, types are published onto typeshed to help mypy users importing this project. Or, the mypy config on this project could be changed to...

Hey! We are currently trying to use react-mapbox-gl to create an opacity slider for our application: https://github.com/WFP-VAM/prism-frontend/pull/138 However, we ran into a roadblock. If you try updating the opacity of...

After trying to use https://github.com/bbcmicrobit/micropython/issues/466 `display.read_light_level()` Pycharm complained the function didn't exist. Is it possible to update the type checking to support these functions?

Not too important, but it would be nice if this type: https://github.com/stripe/stripe-node/blob/02da7dc2c5edae280aaf5e3566f3b7b383024371/types/2020-03-02/Events.d.ts#L52 is strongly typed with all possible events. This would help catch bugs within switch statements or other logic...

future
type definition

Closes #67 Works well for most cases: ![image](https://user-images.githubusercontent.com/25571542/103607971-553d2700-4f6e-11eb-8536-fac35a276e92.png) ![image](https://user-images.githubusercontent.com/25571542/103607987-5ec68f00-4f6e-11eb-94a4-d965119e58e4.png) How the customAliases were found: ```ts // GitHub exclusive emojis - not part of unicode standard. // These were found by...

It would be great if this component supports emojis from Github, notably the unique ones such as `:octocat:` :octocat: or `:electron:` :electron:. There's an api endpoint that gives the png...

help wanted

It would be pretty neat if the bot reacted to its own message with up and down arrows. Clicking them could then tell the bot to edit its own message...

enhancement
discord

### Problem trying to solve If anyone tries to use this library for the `createmeta` end point on a Jira server running v9+, the function will fail. Check out https://confluence.atlassian.com/jiracore/createmeta-rest-endpoint-to-be-removed-975040986.html...

feature
good first issue

If you protect your client with an RPC password, you can now enter that in through the RPC configuration and authorize yourself to communicate with the server.