[Github-comments] Re: [geany/geany] Safe implementation of Re-load All feature (PR #3722)

2024-04-17 Thread Peter C. S. Scholtens via Github-comments
@peter-scholtens pushed 1 commit. 50218aea00d363a69674466693dfae1c7a86168c Merge branch 'geany:master' into re-load-all -- View it on GitHub: https://github.com/geany/geany/pull/3722/files/be0d5c69c0a9a92ebafc63f0154dd11dd8bf54a7..50218aea00d363a69674466693dfae1c7a86168c You are receiving

[Github-comments] Re: [geany/geany] Safe implementation of Re-load All feature (PR #3722)

2024-04-10 Thread Peter C. S. Scholtens via Github-comments
@peter-scholtens pushed 1 commit. be0d5c69c0a9a92ebafc63f0154dd11dd8bf54a7 Merge branch 'geany:master' into re-load-all -- View it on GitHub: https://github.com/geany/geany/pull/3722/files/1a011193fb9694fd823736f2d7cca8c2125ee17e..be0d5c69c0a9a92ebafc63f0154dd11dd8bf54a7 You are receiving

[Github-comments] Re: [geany/geany] Safe implementation of Re-load All feature (PR #3722)

2024-04-07 Thread Peter C. S. Scholtens via Github-comments
@peter-scholtens pushed 1 commit. 1a011193fb9694fd823736f2d7cca8c2125ee17e Merge branch 'geany:master' into re-load-all -- View it on GitHub: https://github.com/geany/geany/pull/3722/files/59dd6a99286f9a60508dfc6190ad760890cede6c..1a011193fb9694fd823736f2d7cca8c2125ee17e You are receiving

[Github-comments] Re: [geany/geany] Safe implementation of Re-load All feature (PR #3722)

2024-04-02 Thread Peter C. S. Scholtens via Github-comments
@peter-scholtens pushed 1 commit. 59dd6a99286f9a60508dfc6190ad760890cede6c Merge branch 'geany:master' into re-load-all -- View it on GitHub: https://github.com/geany/geany/pull/3722/files/264507104da2bc35d3ce5db58c82fe88ecd8ecbe..59dd6a99286f9a60508dfc6190ad760890cede6c You are receiving

[SCM] Samba Shared Repository - branch master updated

2024-04-01 Thread Anoop C S
in imessaging_client_init() https://git.samba.org/?p=samba.git;a=shortlog;h=master - Log - commit dd2289eb3ae83b6586493a14098a7e7eddc1ec63 Author: Anoop C S Date: Thu Mar 21 16:49:04 2024 +0530 vfs_ceph: Implement SMB_VFS_FGET_DOS_ATTRIBUTES

[Github-comments] Re: [geany/geany] Safe implementation of Re-load All feature (PR #3722)

2024-02-15 Thread Peter C. S. Scholtens via Github-comments
@peter-scholtens pushed 1 commit. 09d1687554125cfdb19eb9dc9e09e3021a87ebef Merge branch 'geany:master' into re-load-all -- View it on GitHub: https://github.com/geany/geany/pull/3722/files/c73b5f46abb1c55e15d84cef6ca93e859d5d5d11..09d1687554125cfdb19eb9dc9e09e3021a87ebef You are receiving

[SCM] Samba Shared Repository - branch master updated

2024-01-30 Thread Anoop C S
- commit a48f8ae30775bb2dc07768c3df88968800f51470 Author: Anoop C S Date: Tue Jan 30 14:33:07 2024 +0530 docs-xml: Build and install man page for wspsearch Commit 49b6137f7c2244aeb3cf9b65fc9d46fcf0b8dc55 switched the default to install `wspsearch` client from False to True

[SCM] Samba Shared Repository - branch master updated

2024-01-20 Thread Anoop C S
- commit 45962d416f41fd88a2e35be7d3225dc0a3b298a9 Author: Anoop C S Date: Fri Jan 19 16:20:36 2024 +0530 source3/lib: Properly log the change in capability We used to log the following message for both adding and dropping capability: DBG_INFO("

[Github-comments] [geany/geany] Safe implementation of Re-load All feature (PR #3722)

2023-12-17 Thread Peter C. S. Scholtens via Github-comments
The Re-load All feature is implemented with a check if the files are modified inside the memory buffer. The buttons on the info_bar are drawn vertically, as there can be as much as five options, depending on the scenario, see picture below. See also the discussion

[Github-comments] Re: [geany/geany] Enumerated value of file_disk_status immediately reset to FILE_OK (Issue #3711)

2023-12-14 Thread Peter C. S. Scholtens via Github-comments
As OP, this issue is outdated. See also [here](https://github.com/geany/geany/issues/2540). -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3711#issuecomment-1855590273 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Enumerated value of file_disk_status immediately reset to FILE_OK (Issue #3711)

2023-12-14 Thread Peter C. S. Scholtens via Github-comments
Closed #3711 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3711#event-11246344602 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Reload all (#2540)

2023-12-14 Thread Peter C. S. Scholtens via Github-comments
I've elaborated a version which does allow re-loading all files which are **not-modified**, see the [branch here](https://github.com/peter-scholtens/geany/tree/re-load-all). The functionality is present under the pulldown menu _File -> Reload All (unmodified files only)_ of the main window.

[ceph-users] Announcing go-ceph v0.25.0

2023-12-12 Thread Anoop C S
a similar role to the "pybind" python bindings in the ceph tree but for the Go language. The library also includes additional APIs that can be used to administer cephfs, rbd, and rgw subsystems. There are already a few consumers of this library in the wild, including the ceph-csi project.

[Github-comments] Re: [geany/geany] Enumerated value of file_disk_status immediately reset to FILE_OK (Issue #3711)

2023-12-10 Thread Peter C. S. Scholtens via Github-comments
As end user I want to see all relevant data at once, as the typical use case is that either a revision control tool (or untar, unzip,...) is modifying a lot of files at ones. Therefore I created `document_check_disk_status_others(.., gboolean force)` which can be called when re-entering the

[Github-comments] Re: [geany/geany] Enumerated value of file_disk_status immediately reset to FILE_OK (Issue #3711)

2023-12-09 Thread Peter C. S. Scholtens via Github-comments
The function `document_check_disk_status()` must be disentangled for a [Reload all](https://github.com/geany/geany/issues/2540) feature as first **all** file modifications have to be examined before **any** correct display warning can be created. Furthermore, I interpret the value of

[Github-comments] Re: [geany/geany] Enumerated value of file_disk_status immediately reset to FILE_OK (Issue #3711)

2023-12-06 Thread Peter C. S. Scholtens via Github-comments
Reading the documentation on the man page, I assume that using the mask `IN_ONESHOT` may solve a problem that possibly arises: when a file is saved, it is actually modified again, which triggers another event. This recursion presumably happens even apart from all possible race conditions in

[Github-comments] [geany/geany] Boolean value of file_disk_status immediatly reset (Issue #3711)

2023-12-05 Thread Peter C. S. Scholtens via Github-comments
1. At [line 3747 of document.c](https://github.com/geany/geany/blob/e5680fe85de536fc61ff0f2d4eadc54171d6c982/src/document.c#L3747C31-L3747C31) the value of `doc->priv->file_disk_status` is set to `FILE_OK` **immediately after it was set to** `FILE_CHANGED`. This seems a bug, possible this

[SCM] Samba Shared Repository - branch master updated

2023-11-17 Thread Anoop C S
- commit 19105f51d03f63239165839ec941d9f3947fe501 Author: Anoop C S Date: Fri Nov 17 12:16:25 2023 +0530 vfs_ceph: Fix some uninitialized structs and pointers Signed-off-by: Anoop C S Reviewed-by: Volker Lendecke Autobuild-User(master

[GNC] Links on wiki

2023-10-27 Thread Peter C. S. Scholtens via gnucash-user
Hello, On this page https://wiki.gnucash.org/wiki/Testing the weblinks in this text "Tests on C++ code should be written using GoogleTest and GoogleMock. " are dead. Please replace with https://github.com/google/googletest/blob/main/docs/index.md (I assume it can be one link). Most likely,

[Github-comments] Re: [geany/geany] Reload all (#2540)

2023-10-23 Thread Peter C. S. Scholtens via Github-comments
> If "somebody" contributed a PR that solved those issues in a reasonable > manner it could be accepted, but as a totally volunteer project there are no > "plans" other than what people contribute. I could try to write a pull request, but writing C instead of Rust feels like skydiving without

[Github-comments] Re: [geany/geany] "Join Lines" doesn't explain the sequence of how the lines are joined. (Issue #3590)

2023-10-23 Thread Peter C. S. Scholtens via Github-comments
Closed #3590 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3590#event-10737205800 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Reload all (#2540)

2023-10-23 Thread Peter C. S. Scholtens via Github-comments
As mentioned above, changing a branch in a revision control is a valid use case, running auto-formatting tools a.k.a. _code beautifiers_ like [`cargo fmt`](https://doc.rust-lang.org/book/appendix-04-useful-development-tools.html) and [pgFormatter](https://sqlformat.darold.net/) are too. I'm

[Github-comments] Re: [geany/geany] "Join Lines" doesn't explain the sequence of how the lines are joined. (Issue #3590)

2023-10-11 Thread Peter C. S. Scholtens via Github-comments
I was not familiar with this _join lines_ feature, so possible there is no better way to introduce users to it. About the the `_U`, I see no collision with other keys in "en_US" language mode. See the screenshot below (so instead of `Alt`+`E`+`F`+`N` we could choose `Alt`+`E`+`F`+`U`):

[Github-comments] Re: [geany/geany] Tooltip unclear: suggestion for better distinction between two options for backspace (Issue #3588)

2023-10-10 Thread Peter C. S. Scholtens via Github-comments
Some more annoyance: VScode uses **outdent**, but [Microsoft discourages it](https://learn.microsoft.com/nl-nl/style-guide/a-z-word-list-term-collections/i/indent-outdent). Democratically, Google reports **unindent** 1.1 million and **outdent** 31,6 million times. Best explanation (to use

[Github-comments] Re: [geany/geany] "Join Lines" doesn't explain the sequence of how the lines are joined. (Issue #3590)

2023-10-10 Thread Peter C. S. Scholtens via Github-comments
So the action is to **"Conc_atenate lines and remove white spaces (and tabs?)"**. I suggest to use the accelerator key `_a` as this is the most audible in spoken language. Also, would using `_U` not be more consistent in the same menu instead of **"U_ncomment Line(s)"** ? -- Reply to this

[Github-comments] Re: [geany/geany] Tooltip unclear: suggestion for better distinction between two options for backspace (Issue #3588)

2023-10-10 Thread Peter C. S. Scholtens via Github-comments
New attempt: "With the cursor inside an indentation, pressing backspace deletes this indentation level instead of deleting only a single character." -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3588#issuecomment-1754632244 You are receiving this

[Github-comments] [geany/geany] "Join Lines" doesn't explain the sequence of how the lines are joined. (Issue #3590)

2023-10-10 Thread Peter C. S. Scholtens via Github-comments
The string "_Join Lines" doesn't explain the sequence of how the lines are joined. A description like "Concatenate Lines" would fit better I think. The strings are located at: - data/geany.glade:6938 - src/keybindings.c:508 -- Reply to this email directly or view it on GitHub:

[Github-comments] [geany/geany] Hyperlink in tooltip text can not be clicked. (Issue #3589)

2023-10-10 Thread Peter C. S. Scholtens via Github-comments
The following files (with line numbers) all contain hyperlinks in the text (to [this](https://docs.gtk.org/glib/method.DateTime.format.html) location), but cannot be clicked by the end-user. 1. data/geany.glade:5856 2. src/printing.c:279 3. src/ui_utils.c:729 4. plugins/saveactions.c:817 It

[Github-comments] [geany/geany] Tooltip unclear: suggestion for better distinction between two options for backspace (Issue #3588)

2023-10-10 Thread Peter C. S. Scholtens via Github-comments
The file **data/geany.glade** contains an unclear explanation of the option between either removal of an indent (removing possible multiple characters) or a character, see the property tooltip-text of **object class="GtkCheckButton"**, **id="check_backspace_unindent"**. Instead of _"With the

[Github-comments] [geany/geany] Update nl.po and some text suggestions (PR #3582)

2023-10-08 Thread Peter C. S. Scholtens via Github-comments
This is an update of the Dutch translation. Some suggestions for clarification of the original **msgid** texts: - As for end-users the subtle distinction between removal of an indent (removing possible multiple characters) or a character may be unclear, please clarify like With the cursor in

Re: [Kannada STF-32938] Kannada third language

2023-09-18 Thread Shivakumar C S
ಶಿವಕುಮಾರ್ ಸಿ ಕನ್ನಡ ಶಿಕ್ಷಕರು ಸರ್ಕಾರಿ ಪ್ರೌಢಶಾಲೆ ಬಿಬಿ ರಸ್ತೆ ಚಿಕ್ಕಬಳ್ಳಾಪುರ On Sun, Sep 17, 2017, 3:40 PM shuveb nawaz wrote: > Trutiya bhasheya blue print idre kaluhisi plz > > On Sep 9, 2017 4:19 PM, "Jagadish Kamble" > wrote: > >> ನಾನು ಕೂಡ ತೃತೀಯ ಭಾಷೆ ಬೋಧಿಸುತ್ತಿದ್ದೆನೆ ನನಗೂ stf group ಇದ್ದರೆ ತಿಳಿಸಿ

Re: [Gluster-users] Core file right on the root partition?!?!

2023-07-12 Thread Anoop C S
ernel/core_pattern. Anoop C S. Community Meeting Calendar: Schedule - Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC Bridge: https://meet.google.com/cpu-eiue-hvk Gluster-users mailing list Gluster-users@gluster.org https://lists.gluster.org/mailman/listinfo/gluster-users

Re: [Koha] updating database Structure Error

2023-06-21 Thread Mr. Sitali C. S.
> The update went through without a problem. > > https://github.com/Koha-Community/Koha/blob/master/etc/koha-conf.xml > > Good Luck! > > On Wed, 21 Jun 2023, 1:04 am Mr. Sitali C. S., > wrote: > >> Greetings, >> >> I need help with the following

Re: [Koha] updating database Structure Error

2023-06-21 Thread Mr. Sitali C. S.
-Community/Koha/blob/master/etc/koha-conf.xml > > Good Luck! > > On Wed, 21 Jun 2023, 1:04 am Mr. Sitali C. S., > wrote: > >> Greetings, >> >> I need help with the following error; >> >>- Upgrade to 22.12.00.041 [21:28:28]: Bug 30649 - Increas

[Koha] updating database Structure Error

2023-06-20 Thread Mr. Sitali C. S.
Greetings, I need help with the following error; - Upgrade to 22.12.00.041 [21:28:28]: Bug 30649 - Increase the vendor EDI account password field to 256 characters ERROR: Exception 'Koha::Exceptions::MissingParameter' thrown 'No encryption_key in koha-conf.xml' I installed Koha

[Github-comments] Re: [geany/geany] Create file.md (PR #3517)

2023-06-15 Thread Peter C. S. Scholtens via Github-comments
@peter-scholtens pushed 1 commit. 08c2ec6aa8606dc78c4925222791df5b52c6f578 Create main.md -- View it on GitHub: https://github.com/geany/geany/pull/3517/files/2f932671179d00b77f6a27e6474b40ac8a9ea2b1..08c2ec6aa8606dc78c4925222791df5b52c6f578 You are receiving this because you are subscribed to

[Github-comments] Re: [geany/geany] Create file.md (PR #3517)

2023-06-15 Thread Peter C. S. Scholtens via Github-comments
@peter-scholtens pushed 1 commit. 2f932671179d00b77f6a27e6474b40ac8a9ea2b1 Delete file.md -- View it on GitHub: https://github.com/geany/geany/pull/3517/files/7fa7a9d5e6b29b43a925f27feca27a7b18b45120..2f932671179d00b77f6a27e6474b40ac8a9ea2b1 You are receiving this because you are subscribed to

[Github-comments] Re: [geany/geany] Create file.md (PR #3517)

2023-06-15 Thread Peter C. S. Scholtens via Github-comments
@peter-scholtens pushed 1 commit. 7fa7a9d5e6b29b43a925f27feca27a7b18b45120 Update Makefile.am -- View it on GitHub: https://github.com/geany/geany/pull/3517/files/d37d6a2020e31fb3ffcf8cb8c787a2f665a14655..7fa7a9d5e6b29b43a925f27feca27a7b18b45120 You are receiving this because you are

[Github-comments] Re: [geany/geany] Create file.md (PR #3517)

2023-06-15 Thread Peter C. S. Scholtens via Github-comments
Solved. After first `make install` with name `file.md` it never got removed, so I did that manually. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3517#issuecomment-1592957147 You are receiving this because you are subscribed to this thread. Message

[Github-comments] Re: [geany/geany] Create file.md (PR #3517)

2023-06-15 Thread Peter C. S. Scholtens via Github-comments
Yes, that was there. But I had renamed it from an earlier trial as `file.md` to `main.md`. No I see a Markdown template item in the pulldown menu, which however contains both of them `main.md` and `file.md`!? Like a kind of memory effect. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Create file.md (PR #3517)

2023-06-15 Thread Peter C. S. Scholtens via Github-comments
Locally I have the trailing backslash, and no space after that, git diff report: ``` @@ -103,6 +103,7 @@ template_files = \ templates/files/main.cxx \ templates/files/main.d \ templates/files/main.java \ + templates/files/main.md \ templates/files/main.py \

[Github-comments] Re: [geany/geany] Create file.md (PR #3517)

2023-06-15 Thread Peter C. S. Scholtens via Github-comments
I tried that, but it fails with: ```make[2]: *** No rule to make target 'templates/files/main.md', needed by 'all-am'. Stop.``` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3517#issuecomment-1592928663 You are receiving this because you are

[Github-comments] [geany/geany] Create file.md (PR #3517)

2023-06-15 Thread Peter C. S. Scholtens via Github-comments
A small set of examples as reminders of how to use Markdown. Simply uploading this file is not sufficient, but it is unclear to me how the file ```data/Makefile``` can be generated to include the template, please help! You can view, comment on, or merge this pull request online at:

[ceph-users] Announcing go-ceph v0.22.0

2023-06-13 Thread Anoop C S
a similar role to the "pybind" python bindings in the ceph tree but for the Go language. The library also includes additional APIs that can be used to administer cephfs, rbd, and rgw subsystems. There are already a few consumers of this library in the wild, including the ceph-csi project.

[weewx-user] Re: ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-05-22 Thread c s (224)
2, 2023 at 1:01:59 AM UTC+4 Marius Schamschula wrote: > >> I ran into the same error after a routine update to FreeBSD 13.1 packages. >> >> I applied the patch and reinstalled weewx 4.10.2, and all is again >> working as expected! >> >> On Tuesday, Apri

[Github-comments] [geany/geany] Update of 2018 edition of Rust (PR #3484)

2023-05-03 Thread Peter C. S. Scholtens via Github-comments
Some keywords added, as also the 128-bit integers, see: https://doc.rust-lang.org/reference/keywords.html You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3484 -- Commit Summary -- * Update of 2018 edition of Rust -- File Changes --

[weewx-user] Re: ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-04-04 Thread c s (224)
Thank you very much for digging deeper! My solution will then be to simply install an older version of the Pillow library. Thanks a lot! c s (224) schrieb am Montag, 3. April 2023 um 13:18:39 UTC+2: > Hello, > > I have just installed weewx as described here: > https://weisser-zwe

Re: [weewx-user] ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-04-04 Thread c s (224)
lf.yscale}") > +print(f"latitude={self.latitude}, longitude={self.longitude}") > +print(f"first={first}, transitions={transitions}") > color = self.daynight_day_color \ > if first == 'day' else self.daynight_night_color > xle

Re: [weewx-user] ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-04-04 Thread c s (224)
self.yscale = {self.yscale}") > +print(f"latitude={self.latitude}, longitude={self.longitude}") > +print(f"first={first}, transitions={transitions}") > color = self.daynight_day_color \ > if first == 'day' else self.daynight

Re: [weewx-user] ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-04-04 Thread c s (224)
rDayNight(), self.yscale = {self.yscale}") > +print(f"latitude={self.latitude}, longitude={self.longitude}") > +print(f"first={first}, transitions={transitions}") > color = self.daynight_day_color \ > if first == 'day' else self

Re: [weewx-user] ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-04-04 Thread c s (224)
cale = {self.yscale}") > +print(f"latitude={self.latitude}, longitude={self.longitude}") > +print(f"first={first}, transitions={transitions}") > color = self.daynight_day_color \ > if first == 'day' else self.daynight_night_colo

[weewx-user] Re: ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-04-03 Thread c s (224)
ocker image I left everything as it was and continue to use the interceptor driver. Thank you very much! c s (224) schrieb am Montag, 3. April 2023 um 13:18:39 UTC+2: > Hello, > > I have just installed weewx as described here: > https://weisser-zwerg.dev/posts/ecowitt-gw2000-weewx-docker

[weewx-user] ValueError: y1 must be greater than or equal to y0 in fresh installed weewx 4.10.2

2023-04-03 Thread c s (224)
Hello, I have just installed weewx as described here: https://weisser-zwerg.dev/posts/ecowitt-gw2000-weewx-docker And I run into an error that prevents the images from being drawn: weewx-weewx-1 | Apr 3 13:11:03 weewx[20] ERROR weewx.reportengine: Generator terminated

[SCM] Samba Shared Repository - branch master updated

2023-02-23 Thread Anoop C S
to use for the share. Signed-off-by: John Mulligan Reviewed-by: Guenther Deschner Reviewed-by: Anoop C S Autobuild-User(master): Anoop C S Autobuild-Date(master): Fri Feb 24 05:37:57 UTC 2023 on atb-devel-224 commit 5e49d4b4311e9a7059bffd52152a6464d7da49e4 Author

[ceph-users] Announcing go-ceph v0.19.0

2022-12-13 Thread Anoop C S
a similar role to the "pybind" python bindings in the ceph tree but for the Go language. The library also includes additional APIs that can be used to administer cephfs, rbd, and rgw subsystems. There are already a few consumers of this library in the wild, including the ceph-csi project.

Re: [ss-stf '38342'] X std Political Science Lesson 3 World Challenges and..........

2022-10-17 Thread chandrashekharaiah c s aiah
Please stop send me the mail messages. On Tue, 18 Oct, 2022, 8:00 am SPM M, wrote: > https://youtu.be/1qViRUHPljc > > -- > --- > 1.ವಿಷಯ ಶಿಕ್ಷಕರ ವೇದಿಕೆಗೆ ಶಿಕ್ಷಕರನ್ನು ಸೇರಿಸಲು ಈ ಅರ್ಜಿಯನ್ನು ತುಂಬಿರಿ. > - >

Re: [Gluster-Maintainers] [IMP] Requesting a fast-tracked minor update for release-10

2022-09-19 Thread Anoop C S
ged to release 10, I > request maintainers to back port and tag them. > > We will wait for any further responses from the members in this list. Sure. Unless we have any objections I suggest we go ahead with the release as soon as possible. Thanks, Anoop C S. _

Re: [Gluster-Maintainers] [IMP] Requesting a fast-tracked minor update for release-10

2022-09-19 Thread Anoop C S
e a provision for security fix > releases, which needn't wait for particular time, but can be done by > particular event (which in this case, merging of all critical PRs). >   > Would be great to see the release happening soon. Thank you Amar for your prompt and quick response. I apprec

Re: [Koha] Migrating from one server to another

2022-07-01 Thread Mr. Sitali C. S.
om the migration. > > Br. C.S. Hayward, https://c-s-hayward.com. > > > --- Original Message --- > On Friday, July 1st, 2022 at 11:17 AM, C.S. Hayward < > c.s.hayw...@protonmail.com> wrote: > > > > (Note: I am not using "migrate" as it is usuall

[Kannada STF-32807]

2022-05-20 Thread Shivakumar C S
please Send kannada 10th lesson plan and year plan -- --- 1.ವಿಷಯ ಶಿಕ್ಷಕರ ವೇದಿಕೆಗೆ ಶಿಕ್ಷಕರನ್ನು ಸೇರಿಸಲು ಈ ಅರ್ಜಿಯನ್ನು ತುಂಬಿರಿ. -https://docs.google.com/forms/d/e/1FAIpQLSevqRdFngjbDtOF8YxgeXeL8xF62rdXuLpGJIhK6qzMaJ_Dcw/viewform 2. ಇಮೇಲ್ ಕಳುಹಿಸುವಾಗ ಗಮನಿಸಬೇಕಾದ ಕೆಲವು ಮಾರ್ಗಸೂಚಿಗಳನ್ನು ಇಲ್ಲಿ

Re: [Kannada STF-32804] Re: ಈ ವರ್ಷದ 8 ಮತ್ತು 9ನೇ ತರಗತಿಯ ಎರಡನೆ ಸಂಕಲನಾತ್ಮಕ ಪರೀಕ್ಷೆಯ ಪ್ರಶ್ನೆ ಪತ್ರಿಕೆ ಹಾಕಿರಿ.

2022-05-17 Thread Shivakumar C S
ಉತ್ತಮವಾದ ಜೋಡಣೆ ಉತ್ತಮ ಕಾರ್ಯ ನಿರ್ವಹಣೆ sir On Mon, 16 May 2022, 7:46 pm mahadevarao s mdr, wrote: > > On Sun, May 15, 2022, 8:37 AM nguruswamy gn > wrote: > >> 8 ಮತ್ತು ಒಂಬತ್ತನೇ ತರಗತಿಯ ಕಲಿಕಾ ಚೇತರಿಕೆಯ ವಾರ್ಷಿಕ ಕ್ರಿಯಾ ಯೋಜನೆಯನ್ನು ಕಳುಯಿಸಿ . >> >> On Fri, 25 Feb, 2022, 8:16 pm ಪ್ರಕಾಶ .ಎಸ್.ಜಿ PRAKASHA S

[UAI] CfP: Challenge @ECCV’2022: Concept drift in Object Detection applied to the largest annotated public thermal database

2022-04-26 Thread Julio C. S. Jacques Junior
alborg, Denmark Julio C. S. Jacques Junior, Computer Vision Center (CVC), Spain Anders Skaarup Johansen, Aalborg University, Denmark Radu Ionescu, University of Bucharest, Romania Fahad Shahbaz Khan, Mohamed bin Zayed University of Artificial Intelligence, Abu Dhabi, United Arab Emirates, an

[UAI] ERRATA: Call for Challenge participation! ECCV’2022 Sign Spotting Challenge

2022-04-14 Thread Julio C. S. Jacques Junior
>>, Computer Vision Center (CVC) and University of Barcelona, Spain Jose L. Alba-Castro mailto:ja...@gts.uvigo.es>>, atlanTTic research center, University of Vigo, Spain Thomas B. Moeslund, Aalborg University, Aalborg, Denmark Julio C. S. Jacques Junior, Computer Vision Center (CVC), S

Re: Non-responsive packagers: anoopcs, gtiwari, msehnout, sebix, vanessa_kris

2022-01-21 Thread Anoop C S via devel
On Fri, 2022-01-21 at 15:41 +0530, Anoop C S via devel wrote: > On Fri, 2022-01-21 at 10:32 +0100, Pierre-Yves Chibon wrote: > > On Fri, Jan 21, 2022 at 02:31:57PM +0530, Anoop C S wrote: > > > On Thu, 2022-01-20 at 09:57 +0100, Pierre-Yves Chibon wrote: > > &

Re: Non-responsive packagers: anoopcs, gtiwari, msehnout, sebix, vanessa_kris

2022-01-21 Thread Anoop C S via devel
On Fri, 2022-01-21 at 10:32 +0100, Pierre-Yves Chibon wrote: > On Fri, Jan 21, 2022 at 02:31:57PM +0530, Anoop C S wrote: > > On Thu, 2022-01-20 at 09:57 +0100, Pierre-Yves Chibon wrote: > > > Good Morning Everyone, > > > > > > The packagers listed he

Re: Non-responsive packagers: anoopcs, gtiwari, msehnout, sebix, vanessa_kris

2022-01-21 Thread Anoop C S via devel
nally gonna happen. If not, how important it is to match both(FAS and bugzilla) email addresses at this point? Or is it a requirement now to have same email address to get the work completed? Sorry, I am little confused. Regards, Anoop C S. [1] https://pagure.io/fedora-infrastructure/issue/104

[SCM] Samba Shared Repository - branch master updated

2021-12-20 Thread Anoop C S
- commit 00c2425c2c10c324868f0c5e7283da7714c009eb Author: Anoop C S Date: Fri Dec 17 15:41:25 2021 +0530 s3/rpc_server: Remove duplicate dependency listing for RPC_SERVICE Signed-off-by: Anoop C S Reviewed-by: Volker

Re: [tw5] "I moved to Discourse" - add your name too?

2021-08-21 Thread J. C. S.
Of course I do - and my name too! Well, not at all - the Dots had to be chaged. But the rest looks fine. Have a nice day! Johannes scot schrieb am Freitag, 20. August 2021 um 21:19:54 UTC+2: > I have also moved, Discourse is looking pretty good to me. > > On Friday, 20 August 2021 at 09:41:45

[tw5] Re: I Think I Hacked TiddlyWiki

2021-08-18 Thread J. C. S.
Well, what I see is this: If you use TW, you use JavaScript. And if you use JavaScript code from unknown / unsafe sources, you will run the risk of the code doing things that it shouldn't be doing. That should actually be clear to everyone. But that's not a problem for TW, but in principle for

[UAI] Last Call for ICCVW Papers and Challenge Participation: ICCV'2021 Understanding Social Behavior in Dyadic and Small Group Interactions Workshop and Challenge

2021-07-06 Thread Julio C. S. Jacques Junior
m Inc., China Albert Clapés, Aalborg University (AAU), Denmark, and Computer Vision Center (CVC) , Spain Julio C. S. Jacques Junior, Computer Vision Center (CVC/UAB), Spain Sponsors: This event is sponsored by ChaLearn, 4Paradigm Inc., and Facebook Reality Labs. University of Barcelona, Computer

Re: [Koha] 'Codename' value from '20.11' to '21.05

2021-06-10 Thread Mr. Sitali C. S.
Greetings, I presume you followed: https://wiki.koha-community.org/wiki/Koha_on_Debian to istall, and you are on: echo 'deb http://debian.koha-community.org/koha 19.11 main' | sudo tee /etc/apt/sources.list.d/koha.list then to upgrade to 21.05 you need to add echo 'deb

[UAI] Call for Papers | Participation: ICCV'2021 Understanding Social Behavior in Dyadic and Small Group Interactions Workshop and Challenge

2021-06-09 Thread Julio C. S. Jacques Junior
-Wei Tu, 4Paradigm Inc., China Albert Clapés, Computer Vision Center (CVC), Spain Julio C. S. Jacques Junior, Computer Vision Center (CVC/UAB), Spain Sponsors: This event is sponsored by ChaLearn, 4Paradigm Inc., and Facebook Reality Labs. University of Barcelona, Computer Vision Center at

[Gluster-devel] Freenode takeover and GlusterFS IRC channels

2021-06-07 Thread Anoop C S
? How about moving over to libera.chat in case we stick to IRC communication? Let's discuss and conclude on the way forward.. Note:- Matrix[3] platform is also an option nowadays and we do have a Gluster room(#gluster:matrix.org) there ! welcome..welcome :-) Regards, Anoop C S [1] https

[Gluster-users] Freenode takeover and GlusterFS IRC channels

2021-06-07 Thread Anoop C S
? How about moving over to libera.chat in case we stick to IRC communication? Let's discuss and conclude on the way forward.. Note:- Matrix[3] platform is also an option nowadays and we do have a Gluster room(#gluster:matrix.org) there ! welcome..welcome :-) Regards, Anoop C S [1] https

[UAI] Call for Participation: ICCV'2021 Understanding Social Behavior in Dyadic and Small Group Interactions Challenge

2021-05-18 Thread Julio C. S. Jacques Junior
Center (CVC) and University of Barcelona, Spain mailto:c.palmero.cantar...@gmail.com>> Wei-Wei Tu, 4Paradigm Inc., China Albert Clapés, Computer Vision Center (CVC), Spain Julio C. S. Jacques Junior, Computer Vision Center (CVC/UAB), Spain Sponsors: This event is sponsored by ChaLe

Re: [R] Filtering a dataframe

2021-05-17 Thread Saneesh C S
Country <- c('Angola', 'Angola','Botswana', 'Botswana','Zimbabwe','Zimbabwe') year <- c('2006', '2007', '2008', '2009', '2010', '2006') bank_ratio <- c(24,25,38,34,42,49) Reserve_ratio <- c(77,59,64,65,57,86) broad_money <- c(163,188,317,361,150,288) id <- (c(1,1,2,2,3,3)) df <-

[tw5] Re: How to find transclusions

2021-04-04 Thread J. C. S.
Wow, a great tool! While this is not what I was originally looking for, it solves my biggest problems. Thanks a lot! Mark S. schrieb am Sonntag, 4. April 2021 um 00:09:22 UTC+2: > If it's any comfort, AFAIK there is no official "backlinks" for > transclusions. > > For fixing transclusions

[tw5] How to find transclusions

2021-04-03 Thread J. C. S.
Hello there! My name is Johannes and I'm new here. I've been using TiddlyWiki for a long time and I love it. However, I don't speak English very well, so I find it difficult to work my way through the documentation and maybe I just missed the right hint, sorry. I have a question about

Re: [ss-stf '37929'] Advent of Europeans to India (PART-1) Video Lesson

2021-02-20 Thread chandrashekharaiah c s aiah
pl don't send me some details about social Science subjects, because I am one of the retaired highschool Teacher. On Sat, 20 Feb 2021 1:15 pm Nagaraja V S, wrote: > https://youtu.be/ccKiGLlEQFc > > Advent of Europeans to India > (English Medium Video Lesson) > > -- > --- > 1.ವಿಷಯ

Re: [Koha] Koha API

2021-02-16 Thread Mr. Sitali C. S.
Thanks, I'll check it out. On Tue, 16 Feb 2021 at 00:19, Tomas Cohen Arazi wrote: > Hi, you can point you browser to your Koha instance appending /api/v1/.html > > You will see the available API routes on your instance. > > El lun., 15 feb. 2021 6:38, Mr. Sitali C.

[Koha] Koha API

2021-02-15 Thread Mr. Sitali C. S.
Greetings, I would like to know if there exists a Koha API with a parameter that returns all parameters for the student like when a book was borrowed. This API is for integrating with student information system Any pointers folks will be appreciated. Kind regards Sitali CS -- Charles Lwanga

Re: [Gluster-devel] Archiving old projects

2021-02-02 Thread Anoop C S
On Tue, 2021-02-02 at 12:02 +, Strahil Nikolov wrote: > Are we sure we want to archive the samba extension ? I think it is OK as it is well maintained within Samba upstream. > Best Regards, > Strahil Nikolov > > Sent from Yahoo Mail on Android >   >   > > On Tue, Feb 2, 2021 at 14:00,

[SCM] Samba Shared Repository - branch master updated

2021-01-13 Thread Anoop C S
ERRALS request). BUG: https://bugzilla.samba.org/show_bug.cgi?id=14612 Signed-off-by: Jeremy Allison Reviewed-by: Anoop C S Autobuild-User(master): Anoop C S Autobuild-Date(master): Wed Jan 13 18:14:31 UTC 2021 on sn-devel-184

[rspec] scope woes in before block

2020-12-24 Thread C S
Consider the following snippet: before(:each) do #How can I see the fruits and veggies being operated on here? end ['apples','pears', 'banananas'].each do |fruit| it "Can add #{fruit} to the fruit basket" do #fruit basket tests here end end ['eggplant', 'lima beans', 'peas'].each do

Re: [Github-comments] [geany/geany] Unclear text on label (#2635)

2020-10-25 Thread Peter C. S. Scholtens
Even better! Agreed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2635#issuecomment-716113017

[Github-comments] [geany/geany] Unclear text on label (#2635)

2020-10-24 Thread Peter C. S. Scholtens
The label attached at plugins/saveactions.c:688 is described as "_Filetype to use for newly **opened** files:" But how can a file be opened if it didn't exist on disk yet? Would it not be better to describe it as "_Filetype to use for newly **created** files:". See #2633 -- You are

[Github-comments] [geany/geany] Update nl.po (#2633)

2020-10-22 Thread Peter C. S. Scholtens
Mostly conformity on line endings. It looks to me that _Filetype to use for newly _opened_ files: would be described better as: _Filetype to use for newly **created** files: (../plugins/saveactions.c:688) You can view, comment on, or merge this pull request online at:

[Github-comments] [geany/geany-plugins] Update nl.po (#1018)

2020-10-22 Thread Peter C. S. Scholtens
Mostly, only the description of plugins is updated. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/1018 -- Commit Summary -- * Update nl.po -- File Changes -- M po/nl.po (74) -- Patch Links --

Re: [Boatanchors] info on Northern Radio Co. N542 HF amp

2020-08-28 Thread c s Nelson
> On 28 Aug 2020, at 16:02, Robert Vincent wrote: > > Yes we got your Email. Your father is probably a wealth of information. I > hope someone follows up. Rob K1DFT > >> On Fri, Aug 28, 2020 at 3:11 AM c s Nelson wrote: >> Dear Mr Miller, >> My name is Car

Re: [Boatanchors] info on Northern Radio Co. N542 HF amp

2020-08-28 Thread c s Nelson
here are his contact details: He lives on Mercer Island. (206) 232 1258 email: donaldwnel...@gmail.com Curious if you get this email... please confirm. Thanks!! Carolyn C S Nelson +31 (0)6 46 10 7861 mscsnel...@gmail.com ᐧ ___ Boatanchors mailing list Boatanc

Re: [CentOS] Samba rpms now available from Storage SIG

2020-08-17 Thread Anoop C S
On Mon, 2020-08-17 at 12:07 +0530, Anoop C S wrote: > Hi all, > > This is to announce the availability of Samba(and CTDB) rpms from > Storage SIG[1] on CentOS 7 and 8. Visit Samba's CentOS Storage SIG > wiki > page[2] for more details on installation steps. Unlike Samba f

Re: [CentOS] Samba rpms now available from Storage SIG

2020-08-17 Thread Anoop C S
On Mon, 2020-08-17 at 07:09 -0600, James Szinger wrote: > On Mon, 17 Aug 2020 12:07:34 +0530 > Anoop C S wrote: > > This is to announce the availability of Samba(and CTDB) rpms from > > Storage SIG[1] on CentOS 7 and 8. Visit Samba's CentOS Storage SIG > > wiki

[CentOS] Samba rpms now available from Storage SIG

2020-08-17 Thread Anoop C S
/SpecialInterestGroup/Storage/Samba Regards, Anoop C S. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[SCM] Samba Shared Repository - branch master updated

2020-06-30 Thread Anoop C S
Reviewed-by: David Mulder Reviewed-by: Anoop C S Autobuild-User(master): Anoop C S Autobuild-Date(master): Tue Jun 30 07:51:48 UTC 2020 on sn-devel-184 --- Summary of changes: libgpo/wscript_build | 3 ++- 1 file

Re: [gluster-packaging] samba-vfs-glusterfs for CentOS8

2020-06-29 Thread Anoop C S
On Mon, 2020-06-29 at 07:34 -0400, Kaleb Keithley wrote: > On Mon, Jun 29, 2020 at 2:28 AM Niels de Vos > wrote: > > On Sun, Jun 28, 2020 at 08:29:23PM +, Strahil Nikolov wrote: > > > Hi Niels, > > > > > > do you have any idea in which repo I can find gluster-vfs-samba > > package for

[SCM] Samba Shared Repository - branch master updated

2020-06-21 Thread Anoop C S
- Log - commit c5bb40ec8c6124d9dab5b0a09ef782f88208bceb Author: Anoop C S Date: Sat Jun 20 17:14:40 2020 +0530 vfs_shadow_copy2: Fix a log message Signed-off-by: Anoop C S Reviewed-by: Ralph Boehme

[SCM] Samba Shared Repository - branch master updated

2020-06-17 Thread Anoop C S
- commit 5f95744924559c866e3624b6825b57df8c90ac37 Author: Anoop C S Date: Sun May 31 22:30:53 2020 +0530 vfs_glusterfs: Enable caching of selinux xattr by default Signed-off-by: Anoop C S Reviewed-by: Guenther Deschner Autobuild-User(master

Re: [Gluster-users] Unable to create new files or folders using samba and vfs_glusterfs

2020-05-06 Thread Anoop C S
s for testing! > > Pablo. > > ----- > > - > > > > Diego > > > > > > > > On Fri, Dec 14, 2018 at 12:52 AM Anoop C S > > mailto:anoo...@cryptolab.net>> wrote: > >

Re: [Gluster-users] GlusterFS problems & alternatives

2020-02-14 Thread Anoop C S
On Wed, 2020-02-12 at 07:16 -0500, Diego Remolina wrote: > I can echo the sentiment, lived with a horrible memory leak on FUSE > mounted glusterfs all the way from some 3.X version (I think it went > bad on 3.7, but cannot remember) through 4.x on a period of 2+ years, > where the only solution

Re: [Gluster-users] Gluster Samba Options

2020-02-10 Thread Anoop C S
> ii glusterfs-server 7.2-1 amd64 clustered file-system (server > package) > seems to me the file is missing :-( > > > Am 10.02.20 um 09:53 schrieb Anoop C S: > > On Sun, 2020-02-09 at 15:44 +0100, Stefan Kania wrote: > > > Am 08.02.20 um 11:33 schrieb Anoop C S:

  1   2   3   4   5   6   7   8   9   10   >