Watch changes in directories
Wosi/vs.language.objectpascal 6
Syntax highlighting for ObjectPascal in Visual Studio Code
Test driven MasterMind game
Camera/Gallery, Barcode Scanning, User Dialogs, Geo-Location, Network Utils, Device Info, Settings, E-Mail, Phone, SMS all for Xamarin.Forms
A curated list of delightful VS Code packages and resources.
Library for encoding of binary data into strings using base32, base85, base128 and other algorithms for FPC and Delphi.
Test driven development sample
Native debugging for VSCode
issue commentlangserver/langserver.github.io
That's awesome! I'll get right on it.
-pmr
On Tue, Jan 26, 2021 at 6:30 AM Keegan Carruthers-Smith < notifications@github.com> wrote:
@pajatopmr https://github.com/pajatopmr Ok lets link to it :) Can you send a PR adding a link?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/langserver/langserver.github.io/issues/238#issuecomment-767482795, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAWYOEITZECBKN6FMSAAMQTS32RUJANCNFSM4WJOAVVQ .
comment created time in 8 hours
issue commentlangserver/langserver.github.io
@pajatopmr Ok lets link to it :) Can you send a PR adding a link?
comment created time in 10 hours
push eventBeRo1985/pasmp
commit sha 7bf6d2664fe753f28ddf76f1de6029c315474cf7
Small fix for Delphi
push time in 3 days
issue commentlangserver/langserver.github.io
The key to devs is the open invitation. Publish that and the devs will come. I did this with the Clean Coders Slack workspace and we are now up to 300 plus devs. So, if you act now rather than wait, you will be helping the community. I will be looking for other options to get the invite out but your facility is very important in the LSP community.
comment created time in 6 days
issue commentlangserver/langserver.github.io
@pajatopmr thanks for creating the slack. I see this slack is brand new and doesn't have any members yet. A bit of a chicken and egg problem, but it seems like a good place to advertise once some community of LSP devs are using it.
comment created time in 7 days
issue openedlangserver/langserver.github.io
There is now a Slack workspace (Community LSP) for public discussions of LSP clients, servers, sdks, etc. This open invitation can be used to join. It would be good to post this information.
created time in 7 days
issue openedBeRo1985/pasmp
I stumbled across line 5623 in the AllocateAlignedMemory function:
inc(Size,((Align shl 1)+SizeOf(pointer)));
My understanding is that the maximum misalignment is Align-1 bytes. Therefore the doubling by means of "Align shl 1" is not clear to me or do I miss something?
Kind regards, Werner
created time in 9 days
push eventlangserver/langserver.github.io
commit sha 27f798c4c79a6d635785e71201f17f32b7c42826
Add TTCN-3 language server entry (#237)
push time in 11 days
PR merged langserver/langserver.github.io
This PR adds the Nokia language server for TTCN-3.
pr closed time in 11 days
pull request commentlangserver/langserver.github.io
Add TTCN-3 language server entry
thanks
comment created time in 11 days
PR opened langserver/langserver.github.io
This PR adds the Nokia language server for TTCN-3.
pr created time in 12 days
issue commentpleriche/FastMM4
[dccosx64 Error] FastMM_OSXUtil.pas(324): E1025 Unsupported language feature: 'ASM'
comment created time in 12 days
issue commentCheesebaron/Cheesebaron.MvxPlugins
Stuck at splash screen with Cheesebaron.MvxPlugins.Settings 5.0.0
log.txt Logcat
comment created time in 13 days
issue commentCheesebaron/Cheesebaron.MvxPlugins
Stuck at splash screen with Cheesebaron.MvxPlugins.Settings 5.0.0
The latest 7.1.2. API 29, mono 10.
No downgrade warnings in log.
After some testing, I can tell that the issue happens when I just add the package to Android project, I do not actually have to use it.
I did noticed that version 5, adds 2900+ lines to Resources.Designer.cs
'global::Cheesebaron.MvxPlugins.Settings.Resource.Animation.abc_fade_in = global::Droid.Resource.Animation.abc_fade_in; ' 'global::Cheesebaron.MvxPlugins.Settings.Resource.Animation.abc_fade_out = global::Droid.Resource.Animation.abc_fade_out;' 'global::Cheesebaron.MvxPlugins.Settings.Resource.Animation.abc_grow_fade_in from_bottom = global::Droid.Resource.Animation.abc_grow_fade_in_from bottom;'
'...'
whereas version 4.1.2 only 18 lines mostly related to MvxBinding:
'global::Cheesebaron.MvxPlugins.Settings.Resource.Attribute.MvxBind = global::Droid.Resource.Attribute.MvxBind;' 'global::Cheesebaron.MvxPlugins.Settings.Resource.Attribute. MvxDropDownItemTemplate = global::Droid.Resource.Attribute. MvxDropDownItemTemplate;'
'...'
Not sure if this might somehow cause it.
---------- Původní e-mail ---------- Od: Tomasz Cielecki notifications@github.com Komu: Cheesebaron/Cheesebaron.MvxPlugins <Cheesebaron.MvxPlugins@noreply. github.com> Datum: 12. 1. 2021 15:40:12 Předmět: Re: [Cheesebaron/Cheesebaron.MvxPlugins] Stuck at splash screen with Cheesebaron.MvxPlugins.Settings 5.0.0 (#111) "
What version of MvvmCross are you on?
Do you have any warnings when restoring NuGet packages about downgrades or anything like that?
What is the debug output?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub (https://github.com/Cheesebaron/Cheesebaron.MvxPlugins/issues/111#issuecomment-758700037) , or unsubscribe (https://github.com/notifications/unsubscribe-auth/ANKVALPB2V26MDLUTVIASQDSZRNMRANCNFSM4V7EBWFQ) . "
comment created time in 13 days
issue commentCheesebaron/Cheesebaron.MvxPlugins
Stuck at splash screen with Cheesebaron.MvxPlugins.Settings 5.0.0
What version of MvvmCross are you on?
Do you have any warnings when restoring NuGet packages about downgrades or anything like that?
comment created time in 14 days
issue commentCheesebaron/Cheesebaron.MvxPlugins
Stuck at splash screen with Cheesebaron.MvxPlugins.Settings 5.0.0
No crash, it just stays at splash screen. The only change I do is updateting the package.
I am aware of that, but I have also exhausted my ideas what might be wrong/what to do. So, anyway thanks.
comment created time in 14 days
issue commentCheesebaron/Cheesebaron.MvxPlugins
Stuck at splash screen with Cheesebaron.MvxPlugins.Settings 5.0.0
No idea. The App does not crash?
This doesn't leave me with much information to reproduce the issue, if at all with the library.
comment created time in 14 days
issue openedCheesebaron/Cheesebaron.MvxPlugins
Stuck at splash screen with Cheesebaron.MvxPlugins.Settings 5.0.0
Hello, I have correctly working project with Cheesebaron.MvxPlugins.Settings 4.1.2. If I change the Nuget package to 5.0.0, the project compile, but the resulting app stuck at splash screen (tested on Android). From debugging, I can tell that
public MainApplication(IntPtr javaReference, JniHandleOwnership transfer) : base(javaReference, transfer)
public SplashScreen() : base(Resource.Layout.splash_screen)
are called (both have empty bodies) and that is all. No Initalize
or another code is called after that and when I stop the project I get "No compatible code running".
Any idea, what might be wrong?
Thanks, Petr
created time in 14 days
issue openedRomanYankovsky/DelphiAST
Hello,I have to use it by delphi2007. It comes many files not found and complie failed. Such as System.Character.How to fix it.Thanks.
created time in 15 days
pull request commentlangserver/langserver.github.io
@felixfbecker @limitedmage does this look good to merge?
comment created time in 16 days
push eventlangserver/langserver.github.io
commit sha 14c9bc04af24b3c94db25e9aefed741596ed8aa7
fix: some URLs (#236)
push time in 16 days
push eventBeRo1985/pasmp
commit sha 0fa2b900c001a6a7c913df630c2a32c5ba9653a4
Fixed https://github.com/BeRo1985/pasmp/issues/16
push time in 18 days
issue closedBeRo1985/pasmp
E2029 $IFEND expected but $ENDIF found
Delphi 10.3:
PasMP.pas(4207) Error: E2029 $IFEND expected but $ENDIF found
closed time in 18 days
SlMakerissue openedBeRo1985/pasmp
E2029 $IFEND expected but $ENDIF found
Delphi 10.3:
PasMP.pas(4207) Error: E2029 $IFEND expected but $ENDIF found
created time in 18 days
delete branch Cheesebaron/Cheesebaron.MvxPlugins
delete branch : dependabot/nuget/MSBuild.Sdk.Extras-3.0.23
delete time in 18 days
push eventCheesebaron/Cheesebaron.MvxPlugins
commit sha 86bee2208d4baa9713127e1c6f5ee291888997b5
Bump MSBuild.Sdk.Extras from 3.0.22 to 3.0.23 (#110) Bumps [MSBuild.Sdk.Extras](https://github.com/novotnyllc/MSBuildSdkExtras) from 3.0.22 to 3.0.23. - [Release notes](https://github.com/novotnyllc/MSBuildSdkExtras/releases) - [Commits](https://github.com/novotnyllc/MSBuildSdkExtras/compare/v3.0.22...v3.0.23) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
push time in 18 days
PR merged Cheesebaron/Cheesebaron.MvxPlugins
Bumps MSBuild.Sdk.Extras from 3.0.22 to 3.0.23. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/novotnyllc/MSBuildSdkExtras/commit/d6f073d129220fe47181a37d63102d7e54d242ea"><code>d6f073d</code></a> Fix implicit package</li> <li>See full diff in <a href="https://github.com/novotnyllc/MSBuildSdkExtras/compare/v3.0.22...v3.0.23">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr closed time in 18 days
PR opened Cheesebaron/Cheesebaron.MvxPlugins
Bumps MSBuild.Sdk.Extras from 3.0.22 to 3.0.23. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/novotnyllc/MSBuildSdkExtras/commit/d6f073d129220fe47181a37d63102d7e54d242ea"><code>d6f073d</code></a> Fix implicit package</li> <li>See full diff in <a href="https://github.com/novotnyllc/MSBuildSdkExtras/compare/v3.0.22...v3.0.23">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>
pr created time in 19 days