Message pattern: `^\[(.*)\] (.+?)\.([A-Z]+): (.*)`
Message start pattern: `^\[`
Time format: `yyyy-MM-dd HH:mm:ss`
Time capture group: `1`
Severity capture group: `3`
Category capture group: `2`
-
Install https://developer.garmin.com/connect-iq/programmers-guide/getting-started/ to
/opt/garmin-connectiq-sdk
export PATH=$PATH:/opt/garmin-connectiq-sdk/bin
-
lib issues
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
replaceElementNodeValue | |
this function works if only ONE element with nodeClass is found | |
element - DOM element with nested different elements | |
nodeClass - class of node that value we want to replace | |
nodeNewValue - selfexplaining | |
*/ |
api-platform/api-platform#845 (comment)
Just to let you know: it seems the easiest way was to reorder the JSON response on the client side, using the dataFilter setting in jQuery.ajax():
$('#mytable').DataTable({
'serverSide': true,
'ajax': {
'url': '/api/my_api',
'headers': { 'Accept': "application/ld+json" },
'dataFilter' : function (data) {
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM run on windows as admin | |
REM source https://superuser.com/questions/1298510/how-can-i-prevent-windows-8-1-overwriting-my-bootloader?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa | |
bcdedit /set {bootmgr} path \EFI\refind\refind_x64.efi | |
bcdedit /set {bootmgr} description REFIND |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo rm -rf /opt/Postman | |
wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz | |
sudo tar -xzf postman.tar.gz -C /opt | |
rm postman.tar.gz | |
sudo ln -s /opt/Postman/Postman /usr/bin/postman | |
cat > ~/.local/share/applications/postman.desktop <<EOL | |
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Postman |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Diff of two Object Collections | |
* | |
* @param Collection $collection1 | |
* @param Collection $collection2 | |
* @param string[] $fieldsToOmit - fields to omit from comparison | |
* @return Collection|ArrayCollection | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<services> | |
<!--REPOSITORY--> | |
<service id="test.provider_low_level_config_repository" class="mysiar\AppBundle\Repository\ConfigRepository"> | |
<factory service="doctrine.orm.entity_manager" method="getRepository" /> | |
<argument type="string">mysiar\AppBundle\Entity\Config</argument> | |
</service> | |
</services> |
- install Kodi 18
- install Netflix plugin from: https://github.com/asciidisco/plugin.video.netflix
- copy ** libwidevine.dylib** to $HOME/Library/Application Support/Kodi/cdm
https://redirector.gvt1.com/edgedl/widevine-cdm/970-mac-x64.zip