-
Updated
Oct 15, 2020 - Java
high-performance
Here are 661 public repositories matching this topic...
-
Updated
Oct 16, 2020 - Java
-
Updated
Oct 12, 2020 - C++
-
Updated
Oct 17, 2020 - PHP
-
Updated
Oct 13, 2020 - Python
Resize is lagging.
it would be good to have
min-width, max-width <-- this 2 is good for PWA, if user resized it too small, it would become ugly.
maximized <-- this would be maximized on first load.
another thing would be, try delay webview resize when the host window resize, like how all the browser did, this would make sure PWA reflective size won't response immediately... current resize is seriously lagging
If you want to work with a complete socket address type including port, we have a helper in SocketAddress
. However, the moment you want to talk only about an IP address we force you to hold an in_addr
or in_addr6
structure: hardly the friendliest versions of these data types.
We should provide a helpful wrapper IPAddress
type that can be converted into those types as needed. This would
-
Updated
Oct 16, 2020 - Erlang
Broken README links
Links to all modules are broken because of renaming
Version:
- v2.x.x
- v1.x.x
Issue type:
- Bug
- Proposal/Enhancement
- Question
- Discussion
-
Updated
Oct 15, 2020 - C#
-
Updated
Oct 16, 2020 - C
[platform][UI] Global tasks page says "There is no data to display" while loading the tasks data
The current message ("There is no data to display") is misleading. At the minimum, this message should be changed to something like "Fetching the data, please wait". Ideally the implementation should be changed to improving the data load behavior.
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 17, 2020 - Python
-
Updated
Oct 13, 2020 - Rust
-
Updated
Oct 16, 2020 - C
-
Updated
Jun 25, 2020 - Go
-
Updated
Oct 9, 2020 - Go
-
Updated
Aug 31, 2020 - C
-
Updated
May 1, 2020 - C++
- "Conclusion" section of "Getting started with Tablesaw" page contains broken link to "Java Docs".
https://jtablesaw.github.io/tablesaw/gettingstarted#conclusion - "Exploring tables" section of "Getting started with Tablesaw" page contains broken link to "plotting".
https://jtablesaw.github.io/tablesaw/gettingstarted.html#exploring-tables
-
Updated
Oct 16, 2020 - C
-
Updated
Sep 13, 2020 - C#
-
Updated
Sep 28, 2020 - C
currently "option forwardfor" cant't be unset, so there is no way to enable it in the default section and disable it in a particular frontend
-
Updated
Oct 8, 2020 - Go
-
Updated
Aug 10, 2020 - Java
-
Updated
Apr 14, 2020 - C
Improve this page
Add a description, image, and links to the high-performance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the high-performance topic, visit your repo's landing page and select "manage topics."
The Akka modules page in the docs (https://doc.akka.io/docs/akka/current/typed/guide/modules.html) doesn't include Akka Projections:
https://github.com/akka/akka/blob/294c534d1533e1bcf1c425af6137d51bdbc25e6f/akka-docs/src/main/paradox/typed/guide/modules.md#L7-L15