-
@asiripanich @atton16 I have now finished the force sync hack (https://github.com/e-mission/e-mission-phone/pull/797) and will start work on the user label handling. If I have to go back and look at t…
-
There is one thing in *V* I do care a lot about - parallelism & concurrency for seamless local and distributed programming.
Note, I didn't want to write this to https://github.com/vlang/v/issues/56…
-
In V 8.1, Macros and Restrictions are buttons side by side in RLV : RLV > Restrictions | Macros. This was done for [V 8.0](https://opencollar.cc/ReleaseNotes) because there were a lot of complaints a…
-
WARNING: this spec is still a WIP, we're still experimenting with this concept
# Description
Slim renderers architecture benefits from multi-targetting and single-project features.
## Example
…
-
# Mixed Language Build in One Project
It would be nice to be able to construct a project within Visual Studio which enables the user to mix and match between C#, Visual Basic .NET, F# and MSIL (CIL).…
-
This issue is meant to track the discussion and implementation of Real Time Collaboration (RTC) in JupyterLab.
Broadly, we wish to enable RTC for state across the application. Specifically, docume…
-
Fresh install of Ubuntu Desktop 20.04,
I'm trying to run `xe` with the xen hypervisor. I can't find a way to download it directly, so I think you build it from source? I haven't used opam before this…
-
**Abstract**
We propose to add alias declarations to the Go language. An alias declaration introduces an alternative name for an object (type, function, etc.) declared elsewhere. Aliases simplify spli…
-
# TLDR
The current argument for hack-style proposal against temporary variables is:
- Picking unique and meaningful names for the intermediate values is hard
- Unique and meaningful names for i…
-
## Summary
Is this project going to stick exclusively with the Xamarin Forms flavor of XAML? Is there any chance of adopting the "real" XAML from WPF/UWP? (TextBlock instead of Label, StackPanel in…