A new Vim plugin to make Vim into a full-blown CFML and CFScript IDE
jphustman/bootstrap3-datatables-editable 7
Active development of this plugin is located at https://github.com/jphustman/jquery-datatables-editable
Vim scripts for making ColdFusion 10 development easier
Adapt.js serves CSS based on screen width.
cfeclipse
githubteacher/intro-to-github-march-2016 0
demo and practice repo for March 8, 2016 intro to GitHub class
Bundle-able DrChip's Alignment Tool for Vim (http://www.vim.org/scripts/script.php?script_id=294)
Resources for the Alveo Platorm
Open source Indicators, Scripts, and EAs for Alveo
push eventtstack/lnav
commit sha 22ad9f23a98b6ec47d977df4684108c24f0f9431
[release] some static link cleanup
push time in 2 hours
push eventZoneMinder/zoneminder
commit sha 1fb9c570968cb36520746a77f306985aac7fc19d
Some doc updates to matches changes in UI.
commit sha 0130df5df91b8bf19bc6f1a73214161d06e4e446
documentation updates: add missing filter substitutions, rough in storage areas documentation
commit sha def9134c02f15cfb7ec99a04666b2a887aaaa3ab
fix version of Crud
push time in 10 hours
push eventZoneMinder/zoneminder
commit sha f374b319e0db494f83468cf21b3bef1b19c838e7
RtpSource: Convert internals partially to std::chrono This allows us to remove the tvNow() helper method.
commit sha ce55ba5fb7c20ed59ed907a76566b0722fd8c88a
VideoStore: Convert internals to std::chrono
commit sha 7c6a6ac309cb0054cb235a48f5dabf210c81fb4f
VideoStream: Convert internals to std::chrono
commit sha 335e9506544c9240df79396153201ed48eb6ce35
Frame: Convert API to std::chrono
commit sha dff5452f110ae2a8b6cc1803f5957e8dc0b7c0f2
Event: Convert API to std::chrono
commit sha 707975e567143894f94f983c96d3d1b86cd3004c
Monitor: Convert API to std::chrono
commit sha c823b9c00ef02f90cd8333f8404740b4fa2020bc
Buffer: Convert API to std::chrono
commit sha 3e8b10d813659100593ec0da433c8aabb3fd1633
zm::Select: Convert API to std::chrono
commit sha f675afc3f28c75373c6f3e8d2e68b009f9686ea8
zmc: Convert internals to std::chrono
commit sha 6114d4059355d1eb8431e48700d5c05ca9d51eda
misc: Replace usleep with std::this_thread::sleep_for
commit sha d69afc9672597d031d3c7d1a4f9b4fc8e7d69ab1
misc: Convert time(nullptr) calls to std::chrono
commit sha fa11c20bf8cbfa8f7e74df5ec8a932096c58d727
Merge pull request #3297 from Carbenium/time-misc Convert the rest of the codebase to std::chrono
push time in 11 hours
push eventZoneMinder/zoneminder
commit sha 9f8c8a266425c473d15c6de1e3f3e47dedab1a57
Return early if packetqueue is empty instead of getting the lock. Return early in clear() if we are not initialised
commit sha c56025beab13541b3a99e00dd536122a797cb26c
Use std::unordered_map instead of std::map for performance. Be slightly more efficicent by storing an interator and using it instead of continually indexing into the std::map. Fix crash when a monitor's mmap file size changes
commit sha c2f4d65860ffa7d4b5129d4193a56c41e144d8eb
Turn down debugging
push time in 14 hours
issue commentpwr-Solaar/Solaar
Solaar works with many non-unifying receivers. The do have to talk the HID++ protocol and the kernel needs to recognize this. If you post output of lsusb it might be possible to do something.
comment created time in 15 hours
issue commentpwr-Solaar/Solaar
I had this issue until I realized that my newer Logitech keyboard/mouse combo was not a unifying receiver. All my other dongles worked fine.
comment created time in 17 hours
issue closedZoneMinder/zoneminder
Ubuntu PPA for 1.36 is missing tmpfiles.d config
Environment
- Version of ZoneMinder: 1.36.1
- How you installed ZoneMinder: PPA
- Full name and version of OS: Ubuntu 20.04
- Browser name and version: N/A
Describe the bug The Ubuntu 20.04 PPA does not include a systemd tmpfiles config so required directories in /run and /tmp are not created on boot or at all (if this is an install from scratch)
To Reproduce Steps to reproduce the behavior:
- Install the Ubunut 20.04 PPA fresh
- ls -l /usr/lib/tmpfiles.d/zoneminder.conf
- ls -l /run/zm
- ls -l /tmp/zm
Expected behavior The file /usr/lib/tmpfiles.d/zoneminder.conf should be present in order to create the required locations and ensure permissions are correct.
closed time in 18 hours
andrewheberleissue commentZoneMinder/zoneminder
Ubuntu PPA for 1.36 is missing tmpfiles.d config
Just so anyone else come across this in the future, the tmpfiles.d omission was confirmed and resolved in 1.36.3 release as per this forum post.
Closing to avoid clogging up the list of issues.
comment created time in 18 hours
push eventZoneMinder/zoneminder
commit sha ff8c9f67c10fa44c5790e31c091ee25179170bce
Image: Convert API to std::chrono Utils: Remove TimespecDiff. It is not used anymore
commit sha 28d813b95a465ab072827fe4722972d3df04bc62
Merge pull request #3296 from Carbenium/time-image Image: Convert API to std::chrono
push time in 19 hours
PR merged ZoneMinder/zoneminder
Utils: Remove TimespecDiff. It is not used anymore
pr closed time in 19 hours
PR opened ZoneMinder/zoneminder
Utils: Remove TimespecDiff. It is not used anymore
pr created time in 19 hours
issue commentpwr-Solaar/Solaar
G502 Hero (wired) mouse support
I have a G502 that can be either connected via a USB cable or communicate wirelessly to a special USB dongle, called a receiver. You may have a different version that can only be connected via a USB cable.
Elementary OS is a distribution for Linux. It appears to not be updated very often, or purposely stick with older versions of the Linux kernel. Other distributions (Fedora, in particular) update to newer versions of the Linux kernel shortly after they come out. Thus they get the benefits of newer capabilities, drivers, etc., at the cost of more rapid change and maybe exposure to bugs.
comment created time in 19 hours
issue commentpwr-Solaar/Solaar
G502 Hero (wired) mouse support
Sorry, I am confused. What do you mean when your 502 is wired? Since I think you have the wireless version. Also, I have the G502 Hero, not the G502, and that could have inner changes.
Regarding the OS update: I have elementaryOS, and I think I've heard that it updates when a new elementary version comes out. Not sure, but currently I don't see any available system updates for the OS.
comment created time in 19 hours
issue commentpwr-Solaar/Solaar
Settings not re-applied after sleep/power-on cycle.
Yes, please run from a clone of the GitHub master. Start Solaar from there as bin/solaar -dd first ensuring that no other copies of Solaar are running. That will produce a lot of output. Post the part from just before the power-on to after all the settings a pushed by Solaar.
But I have an MX Vertical and I've never seen the problem.
comment created time in 20 hours
issue commentpwr-Solaar/Solaar
G502 Hero (wired) mouse support
Oh, you have your mouse wired. When my 502 is wired I see
Bus 003 Device 006: ID 046d:c08d Logitech, Inc. G502 LIGHTSPEED Wireless Gaming Mouse
It looks as if you have a slightly different mouse.
It appears that the problem is that you are running an old version of Linux that does not fully recognize your mouse when it is wired. Solaar doesn't need information on Logitech devices that connect directly via wireless but they do need to be fully recognized by the OS.
If your mouse can connect via a wireless receiver try that. Otherwise it is very likely that the only way to have Solaar work for your mouse is to upgrade your OS. Linux 5.4 is old - I run 5.11 and will be switching to 5.12 soon.
comment created time in 20 hours
issue commentpwr-Solaar/Solaar
Support for Logitech G613 with receiver id c53d
My guess at what was wrong didn't pan out. Try this: In the function_change_click in lib/solaar/ui/config_panel.py add
print("CC", "DEVICE", device.codename, "SETTING", name, "OLD", allowed, icon_name, "NEW", new_allowed, eb.get_children()[0].get_icon_name()[0])
(one line) just before the if device.persister: line.
Then run bin/solaar -dd and change the gkeys sensitivity setting enough to establish a clear cycle. Then do the same for another setting. Post the output (just the sensitivity changes).
comment created time in 20 hours
issue commentpwr-Solaar/Solaar
G502 Hero (wired) mouse support
Bus 001 Device 008: ID 046d:c08b Logitech, Inc.
comment created time in 20 hours
issue commentpwr-Solaar/Solaar
G502 Hero (wired) mouse support
I have a G502 and it is working fine. Run lsusb. There should be a line like:
Bus ... Device ...: ID 046d:c539 Logitech, Inc. USB Receiver
The c539 is the id number for the G502's receiver. If you don't have this line then you might have a newer or older receiver than I have. Please post the output of lsusb
comment created time in 21 hours
issue openedpwr-Solaar/Solaar
G502 Hero (wired) mouse support
Information <!-- Please update to Solaar from this repository before asking for a new feature. -->
- Solaar version (
solaar --versionandgit describe --tags): 1.0.6 - Distribution: ElementaryOS
- Kernel version (ex.
uname -srmo): Linux 5.4.0-74-generic x86_64 GNU/Linux - Output of
solaar showfor the target device (if applicable):
<details>
solaar: error: Traceback (most recent call last):
File "/usr/share/solaar/lib/solaar/cli/__init__.py", line 203, in run
raise Exception('No devices found')
Exception: No devices found
</details>
Description I've just switched to linux, and thought there is a GHub for it, but it turned out there isn't. I have posted my problem on their reddit, and someone told me to check out solaar. I have downloaded it, but it looks like there is no support for G502 Hero mouse (wired).
Describe the solution you'd like Add support for G502 Hero mouse
P.S.: I hope it is possible :)
created time in 21 hours
push eventZoneMinder/zoneminder
commit sha e1fe53338c7574b10c8bb2a2f89b00a17c5542b8
BaseStream: Convert internals to std::chrono
commit sha b2ee71c96e708417052b009fa1aeb61fa4ba62ec
EventStream: Finalize conversion of internals to std::chrono
commit sha 1fe30c848d718fd35afa9f21dad6746de9c97b1c
Merge pull request #3292 from Carbenium/time-eventstream BaseStream+EventStream: Convert internals to std::chrono
push time in a day
push eventZoneMinder/zoneminder
commit sha 95dd0c14910de47d0bef8d800f80ecf342ff9870
Monitor: Convert internals to std::chrono
commit sha 8dae46bc750aea682dbf8daba32c2d8ad16f6f21
Merge pull request #3294 from Carbenium/time-monitor Monitor: Convert internals to std::chrono
push time in a day
push eventtstack/lnav
commit sha 488397b41cc02ca109727e2b0d040ee652cc88ef
[docs] disable link check
commit sha 3041dca1ed82bc7047d780c73613fbad80a716e7
fix links
push time in a day
push eventtstack/lnav
commit sha e07581c742b2cd3a0e8a8297bbcd228cdd7a0c62
[docs] responsive grid
push time in a day