jasonmunro/cypht 612
Cypht: Lightweight Open Source webmail written in PHP and JavaScript
marclaporte/alternative-internet 2
A collection of interesting new networks and tech aiming at decentralisation (in some form).
BackupPC is a high-performance, enterprise-grade system for backing up Linux and WinXX PCs and laptops to a server's disk. BackupPC is highly configurable and easy to install and maintain. It supports backup via SMB using Samba, tar over SSH/RSH/NFS or Rsync. It is robust, reliable and well documented Open Source backup software.
The base system provides a core set of tools for software from ClearCenter.
Flexshares are flexible share resources that allow an administrator to quickly and easily define data sharing, collaboration and access areas via web, file, and FTP.
FreeSWITCH app for ClearOS
Kimchi app for ClearOS
ClearOS Marketplace is where you can add new apps and services to your system. Apps available in the Marketplace have gone through a stringent quality control process by ClearCenter to ensure the quality and security of each submission.
MySQL is a popular, open-source, Relational Database Management System (RDMS). It can be configured to run database driven applications, websites, CRM and practically any other resource requiring a relational storage service.
The IP Settings app provides the tools to configure the most common network tasks like network mode, system hostname, DNS servers and network interface settings.
issue commentmozilla-services/syncserver
Docker image sqlite3 error readonly database
Ah, as it says in the readme kinda indirectly you have to do: sudo chown -R 1001:1001 syncserver/
comment created time in 18 minutes
issue commentmozilla-services/syncserver
Docker image sqlite3 error readonly database
Same issue here
comment created time in 32 minutes
PR opened php-webdriver/php-webdriver
See https://github.com/mozilla/geckodriver/releases/
pr created time in 33 minutes
pull request commentphp-webdriver/php-webdriver
Improve readme, add more wiki links
Review from any native speaker would be greatly appreciated! :slightly_smiling_face: (Maybe @andrewnicols if you'd be able to find some time for this?)
comment created time in 39 minutes
push eventphp-webdriver/php-webdriver
commit sha f8189b4fc0c6f203dbd6f93fc38e4c7f130f7612
Move newWindow() to RemoteTargetLocator, add option to specify window type
commit sha 56b67616137f031b9d369f9f2f78f54bad9ea62b
Move RemoteTargetLocator phpDoc to parent interface
commit sha cab6d4acfa659a02d7fbb485ca5991e9a8d679c2
Merge pull request #833 from OndraM/feature/new-window-type Add option to specify new window type
push time in an hour
PR merged php-webdriver/php-webdriver
This extends creating new window added in #799, so that you can specify intended window type (tab or window), as defined in W3C WebDriver spec.
It seems more reasonable to have it as part of RemoteTargetLocator (not directly in RemoteWebDriver), similarly as Java bindings does. So lets move the method there and mark the previous one deprecated.
Example:
// before
$driver->newWindow();
// after:
$driver->switchTo()->newWindow();
// with window type specified:
$driver->switchTo()->newWindow(WebDriverTargetLocator::WINDOW_TYPE_WINDOW); // try to open new window
// or
$driver->switchTo()->newWindow(WebDriverTargetLocator::WINDOW_TYPE_TAB); // try to open new tab
After merge:
- [ ] Update documentation
- [ ] Update changelog
pr closed time in an hour
issue closedwet-boew/wet-boew
Lightbox v8.x error while loading Image
I downloaded WET version 8.x and I get an error with the lightbox plugin when I try to open an image. I got the error with all v8.x versions.
<a class="wb-lbx" href="image.jpg" title="Image title">View image</a>
closed time in an hour
agagnonissue commentsilexlabs/Silex
How to change style of text inline
Do you think it is enough? Is it a good css class names?
It would be helpful indeed, though still being limited due to a bigger issue as I indicated here #1072. And names look good.
Also I wonder how you understand the style editor so well. Most people I know have hard times understanding how to style text in Silex. Did you learn with the docs or videos or does it feel obvious to you?
Learning style management: I think my fortunate past experience with Libreoffice Writer is helping me and I was pretty much unaware of these things before that. Learning Silex: I've learnt Silex mostly from the Youtube videos, specially the two elaborate official webinars available as of now, those two webinars were very necessary. It gave me a good kick start and I feel blessed to have learnt even more now after using the software.
comment created time in an hour
pull request commentkee-org/browser-addon
Fix warning in Chrome Console about missing file "browser-polyfill.min.js.map"
I can understand that you "don't think the approach in this PR is the right way forward" and I'm completely open to a better solution to solve the original issue which is the slightly annoying warning in the Chrome DevTools Console (F12). My use case is the following: as a web developer, I spend a lot of time on daily basis looking at my own warnings/errors the Chrome DevTools Console, but each time I need to visually skip the first warning because it's caused by Kee.
Please consider fixing this issue which affects developers, which are the most likely to recommend your browser extension to their non-technical friends & family members.
comment created time in an hour
push eventonelogin/php-saml
commit sha c137eebfff82313a1c9f12f63e90c28233bd51c5
Add missing vars to the demo
push time in 2 hours
Pull request review commentTigerVNC/tigervnc
Have a history of used vnc servers to select from in the vncviewer
void ServerDialog::handleLoad(Fl_Widget *widget, void *data) const char* filename = file_chooser->value(); try {- dialog->serverName->value(loadViewerParameters(filename));+ vector<string> serverHistory;+ dialog->serverName->value(loadViewerParameters(filename,serverHistory));+ dialog->serverName->clear();
This seems strange, what does the clear() function do?
comment created time in 2 hours
Pull request review commentTigerVNC/tigervnc
Have a history of used vnc servers to select from in the vncviewer
char* loadViewerParameters(const char *filename) { snprintf(servername, sizeof(decodingBuffer), "%s", decodingBuffer); invalidParameterName = false; - } else {- + }+ else if (strcasecmp(line,"ServerNameHistory") == 0) {
The style in the surrounding code seems to be } else if { without that newline.
comment created time in 2 hours
issue commentmpdf/mpdf
It is not absolutely necessary to run unit tests under PHP 8. Really all that is needed is to make sure everything runs correctly under PHP 8 and composer support is added. This library is widely used, so making it PHP 8.0 compatible is a high priority.
One possibility is to have separate unit test source for PHP 8. Not ideal, but would work. At some point, support for PHP less than 7.1 should stop. 5.6 can not hold back the whole world because some people refuse to upgrade. Branch the 5.6 code and let it stagnate. I recently ported a huge project from 5.6 to 7.4, and we will be moving to 8 as soon as this library supports it. Lots of good tools to do so now.
I would be happy to help. Let me know of anything you would like done.
comment created time in 2 hours
push eventindieweb/wiki
commit sha 821d933729755a3c3cae17e780f0e398e47e7cc6
Quit social media silos because they’re a BUMMER
push time in 2 hours
issue openeddocker-library/php
Images not available in docker hub for 7.4.13 and 8.0.0
Is it just me? I could only see 8.0rc5 updated 3 days ago and not 8.0.0 or even 7.4.13 in docker hub tags
created time in 2 hours
issue openedsubgraph/Vega
this error show up everytime i start Vega on win10 , please help?
Note i have java 11.0.8
K:\Users\xanarox\sfarteh>java --version
java 11.0.8 2020-07-14 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.8+10-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.8+10-LTS, mixed mode)
the error:
!SESSION 2020-11-28 01:19:23.490 -----------------------------------------------
eclipse.buildId=unknown
java.version=11.0.8
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86_64
!ENTRY org.eclipse.equinox.simpleconfigurator 4 0 2020-11-28 01:19:24.409
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: The bundle "org.eclipse.equinox.simpleconfigurator_1.0.300.v20110815-1744 [1]" could not be resolved. Reason: Missing Constraint: Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1177)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.osgi 4 0 2020-11-28 01:19:24.411
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.equinox.simpleconfigurator_1.0.300.v20110815-1744.jar was not resolved.
!ENTRY org.eclipse.osgi 2 0 2020-11-28 01:19:24.422
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2020-11-28 01:19:24.422
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.equinox.simpleconfigurator_1.0.300.v20110815-1744.jar was not resolved.
!SUBENTRY 2 org.eclipse.equinox.simpleconfigurator 2 0 2020-11-28 01:19:24.422
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=CDC/Foundation)(version=1.1))(&(osgi.ee=JavaSE)(version=1.4)))".
!ENTRY org.eclipse.osgi 2 0 2020-11-28 01:19:24.422
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2020-11-28 01:19:24.422
!MESSAGE Bundle org.eclipse.equinox.simpleconfigurator_1.0.300.v20110815-1744 [1] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.simpleconfigurator 2 0 2020-11-28 01:19:24.422
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=CDC/Foundation)(version=1.1))(&(osgi.ee=JavaSE)(version=1.4)))".
!ENTRY org.eclipse.osgi 4 0 2020-11-28 01:19:24.422
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
created time in 2 hours
issue commentprivacytools/privacytools.io
📝 Correction | Re-evaluate links to German, Spanish, French and Polish Translations
Hi.
I translated the french version of the website, and am owning the domain on which this translation is available right now.
During past two years, I tried to check regularly at which state is Weblate support for PTIO (https://github.com/privacytools/privacytools.io/issues/1106) but nothing seems to move. I don't have a lot of time to give to PTIO, though, and I can't help to move on this subject.
Since PTIO changed a lot, I would probably have to translate again everything from scratch and I would not like to do this work a second time if I know a Weblate support is under construction.
Please, keep me in touch if something move on this subject (either it's getting developed or community decided to not use it in the end).
Thanks for opening this issue.
comment created time in 2 hours
push eventthephpleague/commonmark
commit sha 29d4acbb8a2b037c28e7fd5105911dbf7b91663f
jekyll build from Action 1d45facd559e37d95f2047e3b2558c440b93de12
push time in 3 hours
push eventFFmpeg/FFmpeg
commit sha 34f5a59ad5aa8baad2036321f63bf1e34ffdefb9
avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decoders Suggested-by: Paul B Mahol <[email protected]> See: [FFmpeg-devel] [PATCH 1/3] avcodec/fastaudio: Check channels Signed-off-by: Michael Niedermayer <[email protected]>
commit sha 81503ac58a763a36b1f57264013b1e76acb62b68
avcodec/utils: Require a non zero channels unless AV_CODEC_CAP_CHANNEL_CONF is set This avoids per codec checks for channels not being 0 Fixes: division by 0 Fixes: 25419/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FASTAUDIO_fuzzer-5632544761184256 Fixes: 25433/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FASTAUDIO_fuzzer-6215671900536832 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Suggested-by: Paul B Mahol <[email protected]> See: [FFmpeg-devel] [PATCH 1/3] avcodec/fastaudio: Check channel Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
push time in 3 hours
push eventindieweb/wiki
commit sha 357b325c25f9b2a66fbf9d3ba8c6b4e462e8f0c8
/* IndieWeb Examples */ add "using BBEdit" example from my posts
push time in 3 hours
issue openedoliexdev/openScale
Better layout for the graph legends
Is your feature request related to a problem? Please describe.
Have this graph as an example:

See how the legend is confusing and occupies a large space on the screen. Perhaps the legend is redundant in some respects as well.
Describe the solution you'd like
Maybe we could have something like this, in a table, sorted:

created time in 3 hours
push eventindieweb/wiki
commit sha 096fffdf37237b99865ca50deda59372689a59fa
disambig, using as app name see the giving-credit section
push time in 3 hours
issue openedlibssh2/libssh2
[Suggestion] Create new release for the CVE-2019-17498 patch
As patched in https://github.com/libssh2/libssh2/commit/dedcbd106f8e52d5586b0205bc7677e4c9868f9c, would it be better to create a new release with that patch?
created time in 3 hours
push eventindieweb/wiki
commit sha 4d3fc075599773352de038e609dc13fb963fb255
Moved to "Ethanyoo.com"
push time in 3 hours
issue closedYlianst/MeshCentral
Make desktop toolbar universal for all clients
I noticed that interactive agents are not "kept" listed in the device group when they go offline and stop running the agent. This is not like the regular agents.
It doesn't bother me that they are not listed, except that the user consent parameters do not stick. Specifically, I want all agents to have connection toolbar present. Actually, that's more of my problem. How can I make that a universal setting for all agents? Then I would not need them to be listed at all times. thank you.
closed time in 3 hours
valnar1issue commentYlianst/MeshCentral
Make desktop toolbar universal for all clients
Thanks everyone
comment created time in 3 hours
push eventindieweb/wiki
commit sha 2df88847370f1553d94cb08310c27ec3d5b4083f
Update link to user profile
push time in 3 hours
startedhpsaturn/esp32-atari-game-breakout
started time in 4 hours