sysoppl/Cities-Skylines-heightmap-generator 1
A heightmap generator for Cities: Skylines
sysoppl/Arduino-Lightning-Detector 0
Detect Lightnings with Arduino
My personal config
sysoppl/skyDark-WeatherStation_Station 0
[PL] Publiczna informacja na temat stacji aplikacji Pogoda OKR
PR opened photoview/photoview
First French translation was probably made with Google Translate. I need to start translation from scratch. I just urgently updated few strings.
pr created time in 4 hours
pull request commentphotoview/photoview
French translation is kinda weird. Need lots of improvement.
comment created time in 4 hours
issue commentLibrePhotos/librephotos
@deliantwo Could you upload your backend image to dockerhub? Just to check if it resolves @alexislefebvre problems too.
Sure, no problem. I'm pushing it right now but I'm on a slow network..
comment created time in 5 hours
issue commentLibrePhotos/librephotos
These commands can't work because the docker-compose.yml file use a image node instead of build with context.
comment created time in 6 hours
issue commentLibrePhotos/librephotos
I must be missing something:
export COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 ; docker-compose build
db uses an image, skipping
backend uses an image, skipping
frontend uses an image, skipping
proxy uses an image, skipping
redis uses an image, skipping
WARNING: Native build is an experimental feature and could change at any time
comment created time in 6 hours
issue commentLibrePhotos/librephotos
@darrepac you can try this:
https://github.com/LibrePhotos/librephotos-docker/blob/9fb707b9e653f2e9bbabfe3df364a5cc1c9fd8c4/docker-compose.yml#L6-L8
comment created time in 6 hours
issue commentLibrePhotos/librephotos
eager to test too! or tell me how to rebuild the backend docker image
comment created time in 7 hours
issue commentLibrePhotos/librephotos
@deliantwo Could you upload your backend image to dockerhub? Just to check if it resolves @alexislefebvre problems too.
comment created time in 7 hours
issue commentLibrePhotos/librephotos
The last update did not work for me. I've rebuilt the backend docker image on the server (with a CPU without the AVX support) and I can confirm that it works! :tada:
comment created time in 7 hours
issue commentLibrePhotos/librephotos
With the last update, with this fix:
docker-compose logs --tail 20 --follow backend
Attaching to librephotos-ayu_backend_1
backend_1 | statd: unrecognized service
backend_1 | /entrypoint.sh: line 10: 48 Illegal instruction (core dumped) python manage.py clear_cache
backend_1 | Running backend server...
backend_1 | production backend starting
backend_1 | [2021-04-15 18:28:28 +0000] [63] [INFO] Starting gunicorn 20.1.0
backend_1 | [2021-04-15 18:28:28 +0000] [63] [INFO] Listening at: http://172.23.0.4:8001 (63)
backend_1 | [2021-04-15 18:28:28 +0000] [63] [INFO] Using worker: gevent
backend_1 | [2021-04-15 18:28:28 +0000] [67] [INFO] Booting worker with pid: 67
backend_1 | [2021-04-15 18:28:39 +0000] [63] [WARNING] Worker with pid 67 was terminated due to signal 4
backend_1 | [2021-04-15 18:28:39 +0000] [76] [INFO] Booting worker with pid: 76
backend_1 | [2021-04-15 18:28:46 +0000] [63] [WARNING] Worker with pid 76 was terminated due to signal 4
backend_1 | [2021-04-15 18:28:46 +0000] [81] [INFO] Booting worker with pid: 81
backend_1 | [2021-04-15 18:28:54 +0000] [63] [WARNING] Worker with pid 81 was terminated due to signal 4
backend_1 | [2021-04-15 18:28:54 +0000] [86] [INFO] Booting worker with pid: 86
backend_1 | [2021-04-15 18:29:01 +0000] [63] [WARNING] Worker with pid 86 was terminated due to signal 4
backend_1 | [2021-04-15 18:29:01 +0000] [91] [INFO] Booting worker with pid: 91
And so on.
comment created time in 9 hours
issue openedLibrePhotos/librephotos
Ability To Add Multiple Sources
Describe the enhancement you'd like Ability To Add Multiple Sources. Nextcloud and Local.
Describe why this will benefit the LibrePhotos Users may have multiple locations where they keep their media.
created time in 10 hours
issue openedLibrePhotos/librephotos
Describe the enhancement you'd like A user should be able to setup auto scanning of a source on a set schedule.
Describe why this will benefit the LibrePhotos A user should not have to go into their settings and rescan a source every time they add images to them.
created time in 10 hours
issue openedLibrePhotos/librephotos
If you've already added images but didn't have MapBox setup right away there is no way to get the location info recognized in those old images. We should either have an "Update Location Button" or rescanning a source should add location info to old items if it is missing.
created time in 10 hours
push eventphotoview/photoview
commit sha 8cf4e8d779a9377c5d8b9cd125c09dafdbb1607f
Remove unnecessary npm build step
push time in 13 hours
push eventphotoview/photoview
commit sha 8e8abe7d3782d9ea1d1cb1c8fc1ae607952c1cd0
Replace all gorm .Scan() calls with .Find() if the argument is a model. This ensures that the proper gorm hooks are called which was causing the full screen view on the Places page to crash. Also fixed a bug in Messages.js that caused a crash.
push time in 13 hours
push eventphotoview/photoview
commit sha 788a8e7c627e11323c2a0d5e6d8680560cfdff5d
Rewrite PlacesPage to Typescript
push time in 14 hours
push eventphotoview/photoview
commit sha de76360fbf8f83738e8b7ca9346f44df3947ea97
Integrate swedish translation
push time in 18 hours
push eventphotoview/photoview
commit sha 6cc76ad093e240446fe13f48a31ade1e3e0bb7e1
Create translation.json Added Swedish translation
commit sha db5dc06c9d718360d9ec5cea99a7abadb0b72040
Merge pull request #313 from roupenig/translation_sv Swedish translations
push time in a day
push eventphotoview/photoview
commit sha b6ad3baa3130290382ddc306eb260cb51aeeb187
Add exhaustive switch checks
push time in 2 days
push eventphotoview/photoview
commit sha e16df483f372d590186123c0426e3cec4caee116
Fix UI tests
push time in 2 days
push eventphotoview/photoview
commit sha bf19ffc0a57372c3d4bcea7e23f7e51ac0dd18ec
Integrate french translation
push time in 2 days
PR closed photoview/photoview
Completed french translations from @Zazou89 Missed @hartraft 's work, sorry !
pr closed time in 2 days
pull request commentphotoview/photoview
I've merged @hartraft's PR, feel free to add the missing keys on that one if relevant. I'm sorry for the wasted duplicate work
comment created time in 2 days
push eventphotoview/photoview
commit sha 144dd786156ecd4e93a417f8eee68937e6385bc8
Merge branch 'photoview-master'
commit sha 15639a947871d590fabd8fa8b479611f03cff533
Merge github.com:photoview/photoview
commit sha cc57e391ad43b4f96a193a7b7915ece9699fc171
Initial FR translations 🇫🇷
commit sha 22aebcff2b731b4bda70bc3af0d432eaea55324c
Merge pull request #311 from hartraft/fr-translations French translations
push time in 2 days
PR merged photoview/photoview
Initial translations for French. Still missing 13 translation keys, perhaps others can improve on it.
pr closed time in 2 days
PR opened photoview/photoview
Completed french translations from @hartraft
pr created time in 2 days