[elpa] externals/relint 26639c5 16/16: Require xr 1.20

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit 26639c58045189b4807c99f9097132f86cd54163 Author: Mattias Engdegård Commit: Mattias Engdegård Require xr 1.20 Not strictly necessary but will ensure that users get the updated version. --- relint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[elpa] externals/relint 5720e12 07/16: Scan regexp arguments to functions in s.el

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit 5720e122321715ff36c890b8612094559d4fb783 Author: Mattias Engdegård Commit: Mattias Engdegård Scan regexp arguments to functions in s.el The following functions all take a regexp as first argument: s-matches?, s-matches-p, s-match-strings

[elpa] externals/relint d0fa8a8 10/16: Fix false positives in regexp provenance checks

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit d0fa8a8d13263c09962d5c8e9f5da644a1f78843 Author: Mattias Engdegård Commit: Mattias Engdegård Fix false positives in regexp provenance checks Detect more common functions which harmlessly absorb regexps without returning them. --- relint.el

[elpa] externals/relint 7690e3a 08/16: Scan font-lock-defaults correctly

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit 7690e3af91ec8f9649cc5685404ffe61497b1643 Author: Mattias Engdegård Commit: Mattias Engdegård Scan font-lock-defaults correctly Previously, font-lock-defaults was treated as font-lock-keywords which is incorrect; the forms are different. Now

[elpa] externals/relint updated (0c35e02 -> 26639c5)

2020-11-30 Thread Mattias Engdeg�rd
mattiase pushed a change to branch externals/relint. from 0c35e02 Increment version to 1.18 new a1ea26c Check regexp arguments to more functions new b572fcd Run automatic tests on Emacs 27.1 new 14a5135 Minor README correction new 8ee9f79 Avoid

[elpa] externals/relint 14a5135 03/16: Minor README correction

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit 14a5135efb3582eec85efcf017ab9a1d9bd40b2d Author: Mattias Engdegård Commit: Mattias Engdegård Minor README correction --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 98e8a1d..0f042ad 100644 --- a/README

[elpa] externals/relint 1c66438 06/16: Add string-search and string-replace to the list of pure functions

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit 1c664381d81286bacda026d1aabf8a64c344d514 Author: Mattias Engdegård Commit: Mattias Engdegård Add string-search and string-replace to the list of pure functions These were added in (the yet unreleased) Emacs 28. --- relint.el | 1 + 1 file changed, 1

[elpa] externals/relint 8ee9f79 04/16: Avoid descending into .git/ when looking for .el files

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit 8ee9f79d4b8cd5b27df1bb6342f4962db1d0930e Author: Mattias Engdegård Commit: Mattias Engdegård Avoid descending into .git/ when looking for .el files This saves quite some time when scanning directories containing lots of git trees. --- relint.el

[elpa] externals/relint c792bde 15/16: Perform Emacs version check at compile time

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit c792bde7e84c5d13727e287a195898262c8f7b11 Author: Mattias Engdegård Commit: Mattias Engdegård Perform Emacs version check at compile time --- relint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relint.el b/relint.el index 10f5d74

[elpa] externals/relint b572fcd 02/16: Run automatic tests on Emacs 27.1

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit b572fcd34d73a91364b62b8eaa7b40be24ca9d1c Author: Mattias Engdegård Commit: Mattias Engdegård Run automatic tests on Emacs 27.1 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows

[elpa] externals/relint 5572c57 14/16: Emacs 26 compatibility: `directory-files-recursively`

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit 5572c5770ceba5b3aff3864a49985cadd32e71d4 Author: Mattias Engdegård Commit: Mattias Engdegård Emacs 26 compatibility: `directory-files-recursively` The PREDICATE argument to `directory-files-recursively` was added in Emacs 27.1; use

[elpa] externals/relint 4b78e14 09/16: Add table of contents to README, and some advice

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit 4b78e144230cd44b072bcb44ba911d0d01e4b21b Author: Mattias Engdegård Commit: Mattias Engdegård Add table of contents to README, and some advice --- README | 13 + 1 file changed, 13 insertions(+) diff --git a/README b/README index 0f042ad..5a987a2

[elpa] externals/relint 9173a91 05/16: Add progress indicator for interactive relint-directory

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit 9173a91599b1f3cbc39bf3c406789101d6e5fbed Author: Mattias Engdegård Commit: Mattias Engdegård Add progress indicator for interactive relint-directory The count is updated every 50 files which seems about right. --- relint.el | 19

[elpa] externals/relint a1ea26c 01/16: Check regexp arguments to more functions

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit a1ea26c4f7d8e6618834f04bb634f8ab1f36cb1a Author: Mattias Engdegård Commit: Mattias Engdegård Check regexp arguments to more functions sort-regexp-fields delete-matching-lines (alias for keep-lines) delete-non-matching-lines (alias

[elpa] externals/relint c8fd922 12/16: Minor looking-at optimisation

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit c8fd9222c36c1f45d32eeb2dcfdb70a956281f4a Author: Mattias Engdegård Commit: Mattias Engdegård Minor looking-at optimisation Replace call to `looking-at` with `following-char` when only a single character is matched: faster, and does not consume

[elpa] externals/relint f0241bc 13/16: Increment version to 1.19

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit f0241bc960a3df9e0a6e03919b06e24ebd11b0f7 Author: Mattias Engdegård Commit: Mattias Engdegård Increment version to 1.19 --- relint.el | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/relint.el b/relint.el index 5ab667e..81d46be

[elpa] externals/relint 29e5427 11/16: Recognise a few more `featurep` arguments

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/relint commit 29e5427b0b269a258bd14afbc50aaf86578ac37a Author: Mattias Engdegård Commit: Mattias Engdegård Recognise a few more `featurep` arguments Assume that `font-lock` and `lisp-float-type` are always present. --- relint.el | 2 +- 1 file changed, 1

[elpa] externals/xr a444d8c 11/12: Explain why we are not using rx in one place

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/xr commit a444d8c03b5c431bbd0dd3b73e9c613e697b428a Author: Mattias Engdegård Commit: Mattias Engdegård Explain why we are not using rx in one place --- xr.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xr.el b/xr.el index d314f9d..415686a 100644 --- a/xr.el

[elpa] externals/xr 77ad0d6 04/12: syntax and category always match non-empty, for bos/eos anchor check

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/xr commit 77ad0d63dedd19f20426921ae1013bf99feed6b8 Author: Mattias Engdegård Commit: Mattias Engdegård syntax and category always match non-empty, for bos/eos anchor check --- xr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xr.el b/xr.el index

[elpa] externals/xr 461dce1 03/12: Remove dead function xr--matches-nonempty-only-p

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/xr commit 461dce1434cd19bb95baf1a5f4c7112b6f9f4dd6 Author: Mattias Engdegård Commit: Mattias Engdegård Remove dead function xr--matches-nonempty-only-p --- xr.el | 23 --- 1 file changed, 23 deletions(-) diff --git a/xr.el b/xr.el index aa5e7be

[elpa] externals/xr a655991 02/12: Use correct text quoting in message about . in file-matching regexp

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/xr commit a655991ce53966a61507dc25ed046e4deee37174 Author: Mattias Engdegård Commit: Mattias Engdegård Use correct text quoting in message about . in file-matching regexp --- xr.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xr.el b/xr.el index

[elpa] externals/xr 1c4934d 01/12: Add github auto-test infrastructure

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/xr commit 1c4934dd1d3347cc179ca19b97de29cd4837c2aa Author: Mattias Engdegård Commit: Mattias Engdegård Add github auto-test infrastructure Very experimental. --- .github/workflows/test.yml | 29 + Makefile | 19

[elpa] externals/xr ee8ac4a 08/12: Minor looking-at optimisation

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/xr commit ee8ac4a7b6ef7c9c3bb797b67e4797f17579be20 Author: Mattias Engdegård Commit: Mattias Engdegård Minor looking-at optimisation Don't use `looking-at` for matching a single literal character; it is much more expensive than using `following-char

[elpa] externals/xr c7c861f 07/12: Describe diagnostics in README (taken from relint/README)

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/xr commit c7c861f96ccc9359a844b7950be0b7f6dcf8376d Author: Mattias Engdegård Commit: Mattias Engdegård Describe diagnostics in README (taken from relint/README) This duplicates the descriptions but makes more sense for xr as an independent package. --- README

[elpa] externals/xr 9b69cc7 06/12: Run automatic tests on Emacs 27.1

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/xr commit 9b69cc7ce9dd86482409f322fa567e390d629887 Author: Mattias Engdegård Commit: Mattias Engdegård Run automatic tests on Emacs 27.1 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows

[elpa] externals/xr 2a82e8d 12/12: Increment version to 1.20

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/xr commit 2a82e8dc95bf4af7f451e7533ff14a749e4f42e4 Author: Mattias Engdegård Commit: Mattias Engdegård Increment version to 1.20 --- xr.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xr.el b/xr.el index 415686a..f3ffdb8 100644 --- a/xr.el

[elpa] externals/xr 17d7599 05/12: Improved test coverage with some omitted cases

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/xr commit 17d7599b472a54cdf334a6b91976fb3b14d72d1b Author: Mattias Engdegård Commit: Mattias Engdegård Improved test coverage with some omitted cases --- xr-test.el | 47 --- 1 file changed, 44 insertions(+), 3 deletions

[elpa] externals/xr 32546a7 10/12: Fix character alternative duplication removal

2020-11-30 Thread Mattias Engdeg�rd
branch: externals/xr commit 32546a7c7eece83f486db88375b160fa050188af Author: Mattias Engdegård Commit: Mattias Engdegård Fix character alternative duplication removal Duplications such as "[a]" were not always removed correctly, nor were some cases of overlapping

[elpa] externals/xr updated (35dbbeb -> 2a82e8d)

2020-11-30 Thread Mattias Engdeg�rd
mattiase pushed a change to branch externals/xr. from 35dbbeb Increment version to 1.19 new 1c4934d Add github auto-test infrastructure new a655991 Use correct text quoting in message about . in file-matching regexp new 461dce1 Remove dead function

Re: [dev] [sbase][tar] GNU tar support

2020-11-25 Thread Mattias Andrée
On Wed, 25 Nov 2020 16:28:02 -0500 Cág wrote: > Hi all, > > Laslo Hunhold wrote: > > Dear Cág, > > Even if a suckless implementation of GNU tar was possible, would you > > really want it to be included? I'd rather like to encourage people to > > use standard non-proprietary file formats. > >

Re: [Lazarus] Lazarus totally destroyed... :(

2020-11-20 Thread Mattias Gaertner via lazarus
ng an 'old' lazarus config, some things seem to go awry > when restoring window positions. Can you send me the old layout? > - The IDE does not handle missing ~/.lazarus any more. Seems to work here. > I tried using startlazarus, but this gives the same issue. Works here too. I wonder what is different on your system. Mattias -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Lazarus totally destroyed... :(

2020-11-20 Thread Mattias Gaertner via lazarus
] Error 1 > make[1]: Leaving directory > '/home/michael/projects/lazarus/packager/registration' Makefile:3587: > recipe for target 'registration' failed make: *** [registration] > Error 2 > > > Left with no way to create/start lazarus. > > Me no happy and very stuck pinguin. > > Suggestions ? Mattias -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Default project ?

2020-11-18 Thread Mattias Gaertner via lazarus
lphi's -np also for Lazarus > that I have missed? --skip-last-project Mattias -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Default project ?

2020-11-18 Thread Mattias Gaertner via lazarus
ast project crashed the IDE, next time it will ask if it should open the project. How do you start Lazarus? Mattias -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Bug#975021: ITP: xrootd -- Extended ROOT file server

2020-11-17 Thread Mattias Ellert
Package: wnpp Severity: wishlist Owner: Mattias Ellert * Package name: xrootd Version : 5.0.3 * URL : https://xrootd.org * License : LGPL-3 and BSD-4-clause Description : Extended ROOT file server The Extended root file server consists of a file server

Bug#975022: ITP: libmacaroons -- C library supporting generation and use of macaroons

2020-11-17 Thread Mattias Ellert
Package: wnpp Severity: wishlist Owner: Mattias Ellert * Package name: libmacaroons Version : 0.3.0 * URL : https://github.com/rescrv/libmacaroons * License : BSD-3-Clause Description : C library supporting generation and use of macaroons signature.asc

Bug#975022: ITP: libmacaroons -- C library supporting generation and use of macaroons

2020-11-17 Thread Mattias Ellert
Package: wnpp Severity: wishlist Owner: Mattias Ellert * Package name: libmacaroons Version : 0.3.0 * URL : https://github.com/rescrv/libmacaroons * License : BSD-3-Clause Description : C library supporting generation and use of macaroons signature.asc

Bug#975021: ITP: xrootd -- Extended ROOT file server

2020-11-17 Thread Mattias Ellert
Package: wnpp Severity: wishlist Owner: Mattias Ellert * Package name: xrootd Version : 5.0.3 * URL : https://xrootd.org * License : LGPL-3 and BSD-4-clause Description : Extended ROOT file server The Extended root file server consists of a file server

Re: [DFRI-listan] Samtal om integritet (privacy)

2020-11-16 Thread Mattias Axell
Thanks for the offer Anke! We'll be in touch. Best, Mattias On 2020-11-13 13:18, Anke Stüber wrote: > Hej, > > On Thu, Nov 12, 2020 at 07:41:16PM +0100, Mattias Axell wrote: >> Jag föreslår också att vi kan mötas med virtuella avatarer i Mozilla >> Hubs⁰ mellan 19:00-20:3

Re: [DFRI-listan] Samtal om integritet (privacy)

2020-11-16 Thread Mattias Axell
Toppen! /Mattias On 2020-11-13 09:19, Johan Forngren wrote: > Kul! Jag är game, hoppas vi blir en handfull. > > Johan > > 12 nov. 2020 19:41 av matt...@dfri.se: > > Hej Johan! > > Det låter spännande och klart värt att organisera samtal kring olika >

Re: [DFRI-listan] Samtal om integritet (privacy)

2020-11-12 Thread Mattias Axell
.² Du som är intresserad och kan får gärna e-posta mig utan cc till listan för att få inbjudan till ett Mozilla Hubs-rum och en backup-länk till Jitsi Meet och vara med och samtala eller göra - eller både och. :) Mvh, Mattias Styrelseledamot DFRI ⁰ Mozilla Hubs hubs.mozilla.com/ ¹ Mozilla Hubs

Re: [meteorite-list] [IMCA List] Dave Gheesling

2020-11-12 Thread Mattias Bärmann via Meteorite-list
Can't believe that. I bear Dave in my mind as full of life, a man of impressive strength, openess, friendliness. We met a few times in Ensisheim, several years ago. Remember him together with his daughter Maddie, playing around him like a joyous little child-planet around the father-sun. I

[fpc-pascal] fppdf textwidth

2020-11-09 Thread Mattias Gaertner via fpc-pascal
Hi all, This has probably been asked before but I can't find the answer. How to get the text width of a string? I see code for the standard pdf fonts, but all these functions are private. Mattias ___ fpc-pascal maillist - fpc-pascal

[DFRI-listan] Styrelsemöte 17 november 2020

2020-11-04 Thread Mattias Axell
). Anmäl dig per mejl till d...@dfri.se om du vill delta. Då får du också information om länk till anslutning för deltagande via Internet. https://www.dfri.se/styrelsemote-17-november-2020/ Med vänliga hälsningar, Mattias -- DFRI-listan är öppen för alla. Listan arkiveras och publiceras öppet

[issue1346874] httplib simply ignores CONTINUE

2020-11-04 Thread Mattias Amnefelt
Change by Mattias Amnefelt : -- nosy: +Mattias Amnefelt ___ Python tracker <https://bugs.python.org/issue1346874> ___ ___ Python-bugs-list mailing list Unsub

Re: Firefox claims i386 images contain virus or malware

2020-11-02 Thread Mattias Wadenstein
by the same server ? Well, as far as we know, yes. It is hard though, because the process is very opaque and all documentation is geared towards cases of running a "product website" with "your products" etc. Mattias Wadenstein wrote: Google has decided that a) annother ancient wi

Put null statement on separate line

2020-11-02 Thread Mattias Märka
. Apologies if I'm missing something here. I don't think I am though. Best regards, Mattias Märka

Re: Firefox claims i386 images contain virus or malware

2020-11-02 Thread Mattias Wadenstein
free software projects' USB-SD-creator.exe is evil. I have fixed (a), and will follow (b) up with the project in question - but that might take a while since it is out of our control. Until then, we can just recommend our users to "click ignore" on the warning, I guess. /Mattias Wadenstein

Re: [Lazarus] What to replace Application.Processmessages with?

2020-11-01 Thread Mattias Gaertner via lazarus
nction: > > {$IF DECLARED(TForm)} Not yet supported by codetools, i.e. in the IDE. Codetools simply evaluates "declared()" to true. > Application.ProcessMessages; > {$ENDIF} Test compile by adding some invalid line like aaa; Mattias -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] What to replace Application.Processmessages with?

2020-10-27 Thread Mattias Gaertner via lazarus
And call that both in GUI and NOGUI. Application.ProcessMessages calls CheckSynchronize in NoGUI. Mattias -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] Test1

2020-10-26 Thread Mattias Gaertner via lazarus
-- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[DFRI-listan] Fwd: [CryptoParty] Online CryptoParty, Friday 23/10, 17:00, Privacy vs Profiling: a relevancy overview of search engines

2020-10-20 Thread Mattias Axell
FYI Forwarded Message Subject: [CryptoParty] Online CryptoParty, Friday 23/10, 17:00, Privacy vs Profiling: a relevancy overview of search engines Date: Sun, 11 Oct 2020 19:21:48 +0200 From: Arve Gengelbach Reply-To: it-cryptopa...@lists.uu.se To: it-cryptopa...@lists.uu.se,

Re: [meteorite-list] So, uh, is there a black hole at the center of the Earth? - One of Five Retracted Papers

2020-10-16 Thread Mattias Bärmann via Meteorite-list
e the dawn of time, but only ever one, never a pair ... Am 15.10.2020 um 13:16 schrieb Mattias Bärmann via Meteorite-list :  My suspect since decades. The car keys - vanished. My spectacles - lost. The Euros - no shows. And Elvis? The Bernsteinzimmer? The Bermuda Triangle? Am 14.10.202

Re: [meteorite-list] So, uh, is there a black hole at the center of the Earth? - One of Five Retracted Papers

2020-10-15 Thread Mattias Bärmann via Meteorite-list
My suspect since decades. The car keys - vanished. My spectacles - lost. The Euros - no shows. And Elvis? The Bernsteinzimmer? The Bermuda Triangle? Am 14.10.2020 um 21:36 schrieb Paul via Meteorite-list: 13 Scientists Say in a Real Journal There's a Black Hole at the Center of Earth,

[Geoserver-devel] [JIRA] (GEOS-9770) Cascading WMS server sets invalid I and J when using EPSG:3006 on GetFeatureInfo calls

2020-10-14 Thread Mattias Pantzare (JIRA)
Mattias Pantzare ( https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A23cd6507-68cd-4012-8ae3-a4236665f7c2 ) *created* an issue GeoServer ( https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiODczZTY2M2IzNzZkNGI3NGIyYmY5MWUxNTg2YTdmYWYiLCJwIjoiaiJ9 ) / Bug

[Geoserver-users] Cascading WMS layer and GetFeatureInfo

2020-10-09 Thread Mattias Pantzare (ext)
I am trying to use a cascaded WMS service. Everyting works except for GetFeatureInfo calls. Somehow the I and J parameters get new invalid values in the call to the other server.

wg-quick leaking DNS on Fedora33

2020-10-09 Thread Mattias Eriksson
be something for you guys to look at. //Mattias

Re: [fpc-pascal] uses in '' relative paths

2020-10-08 Thread Mattias Gaertner via fpc-pascal
On Thu, 8 Oct 2020 09:37:06 -0300 "Marcos Douglas B. Santos via fpc-pascal" wrote: >[...] > > > unit TOML; > > > interface > > > uses > > > TOMLParser in '/sources', > > > TOMLTypes in '/sources'; > > > > uses > > TOMLParser in 'sources/TOMLParser.pas', > > TOMLTypes in

Re: [Lazarus] Feature Request: Override/Implement methods

2020-10-07 Thread Mattias Gaertner via lazarus
AIK Closest we have is; Refactor > Abstract Methods. > > Lists abstracts methods that are not overriden in this or parent > class (i.e that would still be abstract in this class) As for overrides: Insert a new line in the class declaration, C

Re: [fpc-pascal] uses in '' relative paths

2020-10-07 Thread Mattias Gaertner via fpc-pascal
hat's not how > the "uses in" syntax works. Only in FPC: {$unitpath sources} interface uses TOMLParser, TOMLTypes; Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [DFRI-listan] Guide: How to run a virtual board meeting

2020-10-05 Thread Mattias Axell
://lists.ffii.org/mailman/listinfo/se-parl Mvh, Mattias On 2020-09-29 14:46, Patrik Wallström wrote: > > > Mattias Axell skrev den 2020-09-28 kl. 20:30: >> Hej listan! >> >> Vid senaste styrelsemötet väcktes nyfikenhet hos mig att köra virtuellt >> styrelsemöte.

[DFRI-listan] Nyckelsigneringsparty av IX hos UFS - 2020-10-05 - kl. 17:30/19:00-20:00

2020-10-05 Thread Mattias Axell
info finns här: https://ix.ufs.se/blog/2020/09/17/nyckelsigneringsparty-oktober-2020/ Mvh, Mattias Axell -- DFRI-listan är öppen för alla. Listan arkiveras och publiceras öppet på internet. Arkiv: https://lists.dfri.se/listan/ Listpolicy: https://www.dfri.se/regler-for-listan

Re: [Lazarus] How to start Lazarus on Mac ?

2020-10-04 Thread Mattias Gaertner via lazarus
On Sun, 4 Oct 2020 15:52:27 +0200 (CEST) Michael Van Canneyt via lazarus wrote: >[...] > Should not the system installed version detect the 'local' version > and start that ? Sounds like: https://bugs.freepascal.org/view.php?id=37753

Re: [fpc-pascal] TFPGMapObject duplicate errors

2020-10-03 Thread Mattias Gaertner via fpc-pascal
ke a linear search to do IndexOf > whenever you insert/append an element in the list. Insert element is linear anyway. Why not set Duplicate to dupAccept as default? > It is in fact documented, so you know: > https://www.freepascal.org/docs-html/current/rtl/fgl

[DFRI-listan] Guide: How to run a virtual board meeting

2020-09-28 Thread Mattias Axell
att testa på i föreningen i framtiden om det finns intresse och stadgarna tillåter. Är det någon som vet om svenska föreningar, företag eller andra organisationer som kör helt virtuella styrelsemöten asynkront och inte kräver närvaro i realtid t.ex. över videokonferens? Mvh, Mattias

Re: [fpc-devel] TThread.RemoveQueuedEvents

2020-09-26 Thread Mattias Gaertner via fpc-devel
est that I posted? (should barely take half a minute or > less) Delphi checks Code and Data. Mattias ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Why does my Jenkins server crash when running `wrangler publish`? (error 502)

2020-09-24 Thread Mattias Fjellvang
So I am trying to set up a Jenkins deploy pipeline. Almost everything seems to be working fine, except for the last part of the job, which is to run `wrangler publish` (to publish the site to Cloudflare Workers). I have tried running it twice now, and both times, it will fail during the job,

Re: [Lazarus] How to find out why a unit is used in a project?

2020-09-23 Thread Mattias Gaertner via lazarus
gt; empty-handed... > > So now I wonder: > Is there a Lazarus tool to trace why the unit is referenced in the > first place? Is there such things as "chain of uses"? View / Unit Dependencies Mattias -- ___ lazarus mailing list lazaru

Re: [blind-gamers] manamon2 underbround

2020-09-21 Thread mattias
tried 3 times now with a other keyboard but no luck Den 2020-09-20 kl. 18:42, skrev Justin Jones: Yep, it's annoying and you've got to move fast. Fortunately, you don't have far to go. On 9/20/20, mattias wrote: no the puzle was easy. but the next room! seems you only have 3 seconds to go

Re: [blind-gamers] manamon2 underbround

2020-09-20 Thread mattias
*lol* but with a half broken keyboard Den 20 september 2020 18:42:52 skrev "Justin Jones" : Yep, it's annoying and you've got to move fast. Fortunately, you don't have far to go. On 9/20/20, mattias wrote: no the puzle was easy. but the next room! seems you only have 3 seconds

Re: [blind-gamers] manamon2 underbround

2020-09-20 Thread mattias
n the same place. It's not too bad, really. I'd take that nonsense over the movement puzzles... On 9/20/20, mattias wrote: yes i found the stupid puzzle with the table etc Den 20 september 2020 13:26:21 skrev "Justin Jones" : There's only one way to go after you find the little re

Re: [blind-gamers] manamon2 underbround

2020-09-20 Thread mattias
yes i found the stupid puzzle with the table etc Den 20 september 2020 13:26:21 skrev "Justin Jones" : There's only one way to go after you find the little rest area with the bed and the merchant. On 9/19/20, mattias wrote: i meen where you come to after difeted byron. frozen 

Re: [blind-gamers] manamon2 underbround

2020-09-19 Thread mattias
i meen where you come to after difeted byron. frozen hinterland Den 20 september 2020 02:59:21 skrev "Justin Jones" : It's pretty straight forward: only one way to go, really. On 9/19/20, mattias wrote: yes but where should i go? seems i cant leave the snow thing Den 19 septemb

Re: [blind-gamers] manamon2 underbround

2020-09-19 Thread mattias
some tough fights ahead of yourself. On 9/19/20, mattias wrote: after you defited byron in the ounderground you are litle stuck in the sno city what should i do there? -- Justin M. Jones, M.A. atreides...@gmail.com (254) 624-9155 701 Ewing St. #509-C, Ft. Wayne

[blind-gamers] manamon2 underbround

2020-09-19 Thread mattias
after you defited byron in the ounderground you are litle stuck in the sno city what should i do there? -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#122858): https://groups.io/g/blind-gamers/message/122858 Mute This Topic:

Re: [Lazarus] How to move installed component package sources?

2020-09-19 Thread Mattias Gaertner via lazarus
package > > > > It takes a really long time to build Lazarus on these machines so > > I'd rather not do that if at all possible... > > I have Lazarus on several machines (Windows, Linux)... > > AFAIK: > > Normally you can just open the package file in its new l

Re: [Lazarus] How to move installed component package sources?

2020-09-18 Thread Mattias Gaertner via lazarus
Rebuild Lazarus without the package > - Install the package based on sources in the right place > - Rebuild Lazarus again to include the package Skip the second step. Mattias -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [blind-gamers] I'm in a real real mess with Manamon!

2020-09-16 Thread mattias
hm? wich tunnel? i dont really remember manamon1 anymore Den 2020-09-16 kl. 19:28, skrev Gary Price(Gmail): Evening everyone! Well it's that time in England anyway. Please can anyone come up with any ideas, I'm in a real real mess with the first Manamon! Thanks to the patience of Damien

[blind-gamers] Build to Survive,

2020-09-15 Thread mattias
is this game still alive? -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#122836): https://groups.io/g/blind-gamers/message/122836 Mute This Topic: https://groups.io/mt/76880848/21656 Group Owner: blind-gamers+ow...@groups.io

Re: [Lazarus] JCF2 patch in trunk

2020-09-11 Thread Mattias Gaertner via lazarus
reading the code and using Find Declaration answers both questions in less time, than it takes to write this mail. Mattias -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [fpc-pascal] String literals and code page of .pas source file

2020-09-09 Thread Mattias Gaertner via fpc-pascal
On Wed, 09 Sep 2020 17:44:11 +0200 Tomas Hajny via fpc-pascal wrote: > On 2020-09-09 17:37, Mattias Gaertner via fpc-pascal wrote: > > On Wed, 09 Sep 2020 17:25:09 +0200 > > Tomas Hajny via fpc-pascal wrote: > > > >> On 2020-09-09 13:51, LacaK via fpc-pascal w

Re: [fpc-pascal] String literals and code page of .pas source file

2020-09-09 Thread Mattias Gaertner via fpc-pascal
tion from users. Declaring as UTF8String would insert implicit conversion code for all String (CP_ACP), so basically everywhere. Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [EXTERNAL] - [Puppet Users] Re: Is "Sensitive" broken?

2020-09-09 Thread Mattias Giese
ext in the resulting file, thus doing what you are looking for ``` file { "${home}/.meraki_env": ensure => file, owner => $user, group => $group, content => Sensitive("export MERAKI_DASHBOARD_API_KEY=${dashboard_api_key}"), mode=> '0600',

Re: [fpc-pascal] String literals and code page of .pas source file

2020-09-08 Thread Mattias Gaertner via fpc-pascal
t;   label2.Caption:=c2;   // FAIL label2.Caption:='a'+c2; // OK > >   label3.Caption:=c3;   // OK > >   label4.Caption:=c4;   // FAIL > > end; Reason is that LCL TLabel.Caption expects UTF-8. You can use label2.Caption:=WinC

[DFRI-listan] Styrelsemöte 22 september 2020

2020-09-08 Thread Mattias Axell
ändras ända fram till att mötet börjar). Anmäl dig per mejl till d...@dfri.se om du vill delta. Då får du också information om länk till anslutning för deltagande via Internet samt ev. adress till ev. lokal med tillhörande vägbeskrivning dit. Väl mött, Mattias -- DFRI-listan är öppen för alla

Re: [DFRI-listan] Domstolsverket blockar Tor

2020-09-08 Thread Mattias Axell
Japp. Jo det är bra texter du skrivit! Tack så mycket, jag hör av mig utanför listan. :) Mvh, Mattias Den 2020-09-07 kl. 11:11, skrev ma...@malincrona.se: Tyvärr är offentlighetsprincipen fortfarande väldigt analog. Jag har skrivit om detta flera gånger i Journalisten. Men intressant att få

Re: [dev] Culling all the way down

2020-09-08 Thread Mattias Andrée
re how other programs react to it. They will probably block > > waiting for the write(2) syscall to return instead of continuing to > > do work in the background. > > Trying this manually had exactly the desired outcome: CPU usage dropped > to 0. Nice! > > On 06/09/2020 09.48, Mattias An

Re: [dev] Culling all the way down

2020-09-07 Thread Mattias Andrée
On Mon, 7 Sep 2020 10:13:26 +0300 Alexander Krotov wrote: > > What you could do is to patch a terminal to allow programs to because > > paused via SIGSTOP when invisible and continued via SIGCONT when > > visible. Then your program would only need to write some string to > > the terminal when it

Re: [DFRI-listan] Domstolsverket blockar Tor

2020-09-07 Thread Mattias Axell
med själva formuleringarna. En kollaborativ Etherpad vore nog bra för att skriva ihop något. Kan återkomma till dem som vill mejla mig och hjälpa till. Mvh, Mattias Den 2020-09-04 kl. 09:41, skrev Peter Michanek: Jag tänker att detta borde bli föremål för en JO-anmälan. Är det verkligen ti

Re: [dev] Culling all the way down

2020-09-06 Thread Mattias Andrée
On Sun, 6 Sep 2020 09:48:06 +0200 Mattias Andrée wrote: > On Sun, 6 Sep 2020 08:21:45 +0200 > Tobias Bengfort wrote: > > > Hi, > > > > I am currently creating a curses application that is updated > > independently of user input. Think of something like `top`

Re: [dev] Culling all the way down

2020-09-06 Thread Mattias Andrée
t either. You would just be adding unneeded work and complexity for next to no gain. I would only think about this for intensive programs. Regards, Mattias Andrée

Re: [DFRI-listan] Domstolsverket blockar Tor

2020-09-03 Thread Mattias Axell
Hej Amel, Jag kan inte läsa p.g.a. betalvägg men såvitt jag vet ska vi ha kommenterat detta och bör nog gå att läsa kommentaren i artikeln. Mvh, Mattias DFRI Den 2020-09-03 kl. 22:29, skrev Anne-Marie Eklund-Löwinder: Hej, Är det någon som har kommenterat det här? https

Re: [fpc-pascal] fpmake addlibrary

2020-08-30 Thread Mattias Gaertner via fpc-pascal
On Sun, 30 Aug 2020 16:22:58 +0200 (CEST) Michael Van Canneyt wrote: > On Sun, 30 Aug 2020, Mattias Gaertner wrote: > > > On Sun, 30 Aug 2020 14:30:11 +0200 (CEST) > > Michael Van Canneyt wrote: > > > >> [...] > >>> Is there a workaround for fpc

Re: [fpc-pascal] fpmake addlibrary

2020-08-30 Thread Mattias Gaertner via fpc-pascal
On Sun, 30 Aug 2020 14:16:14 +0200 (CEST) Michael Van Canneyt via fpc-pascal wrote: > On Sun, 30 Aug 2020, Mattias Gaertner via fpc-pascal wrote: > > > On Sun, 30 Aug 2020 13:38:12 +0200 (CEST) > > Michael Van Canneyt via fpc-pascal > > wrote: > > > >>

Re: [fpc-pascal] fpmake addlibrary

2020-08-30 Thread Mattias Gaertner via fpc-pascal
On Sun, 30 Aug 2020 13:38:12 +0200 (CEST) Michael Van Canneyt via fpc-pascal wrote: > On Sun, 30 Aug 2020, Mattias Gaertner via fpc-pascal wrote: > > > Hi, > > > > AddLibrary('libbla.pp') creates under Linux "blalib.so". > > I want "bla.so". &g

[fpc-pascal] fpmake addlibrary

2020-08-30 Thread Mattias Gaertner via fpc-pascal
Hi, AddLibrary('libbla.pp') creates under Linux "blalib.so". I want "bla.so". How to do that? Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [Lazarus] Installing custom control in Lazarus - where can I find it?

2020-08-28 Thread Mattias Gaertner via lazarus
ow that you are not allowed to have > the same name for all file in such a package with only an extension > difference! https://wiki.freepascal.org/Lazarus_Packages#Create_a_package_with_a_unit_that_has_the_same_name_as_the_package Mattias -- ___

Re: [Puppet Users] [Puppet] Can't manage Puppet Certificates on the PuppetCA (404 error)

2020-08-26 Thread Mattias Giese
uot; command worked. > > I didn't know that certs could be managed via the Foreman web interface, do > you know if there is something about this in the Foreman documentation ? https://www.theforeman.org/manuals/2.1/index.html#4.3.7PuppetCA Regards, Mattias -- Mattias Giese Linux Consultant u

Re: [fpc-pascal] Lazarus start problem after power outage on RPi4

2020-08-24 Thread Mattias Gaertner via fpc-pascal
les to point to the right fpc. > I really do not want to lose any of what I worked on last night before > I stopped at 00:31 after finally fixing a persistent bug. Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

bytmax 98090

2020-08-23 Thread mattias jonsson
kommer debian någonsin stödja nämnda ljudkort i intel braswel? kör unstable på en chromebook

<    5   6   7   8   9   10   11   12   13   14   >