- repo: https://github.com/jorisroovers/gitlint
rev: v0.19.1
hooks:
- id: gitlint
stages: [commit-msg]
pass_filenames: false
args: [-c, B5.min-length=0, --ignore, B6]
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
#wz_mini configuration | |
#### W E B CAMERA### | |
##THIS MODE DISABLES EVERYTHING AND IT WILL | |
## WORK AS A WEB CAMERA FOR YOUR PC ***ONLY*** | |
WEB_CAM_ENABLE="false" | |
WEB_CAM_BIT_RATE="8000" | |
WEB_CAM_FPS_RATE="25" |
This is a brief introduction to the tools needed to maintain a personal fork of ZMK (or QMK or really whatever). It covers:
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
Total time: 186218.95ms () | |
Time inside WA: ERROR: count is not zero: 19 | |
Time inside WA: 334.78ms (13.25ms) | |
Time spent inside WA: 0.18% | |
Note: Not every aspect of each aura can be tracked. | |
You can ask on our discord https://discord.gg/weakauras for help interpreting this output. | |
Auras: | |
Total time attributed to auras: |
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
2023-12-05 00:10:36,957 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [444]: file:///Applications/UltiMaker Cura.app/Contents/MacOS/share/cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:248:25: Unable to assign QString to QRegularExpression | |
2023-12-05 00:11:04,525 - INFO - [MainThread] cura.Settings.MachineManager.addMachine [428]: Trying to add a machine with the definition id [creality_cr6se] | |
2023-12-05 00:11:04,755 - WARNING - [MainThread] UM.Settings.SettingDefinition._deserialize_dict [668]: Unrecognised property comment in setting _plugin__curaenginegradualflow__0_1_0__max_flow_acceleration | |
2023-12-05 00:11:05,375 - DEBUG - [MainThread] cura.Machines.ContainerTree.__getitem__ [120]: Adding container tree for creality_cr6se took 0.6189479827880859 seconds. | |
2023-12-05 00:11:05,470 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [190]: Extruder[creality_base_extruder_0 #2] added to [Creality CR-6 SE] at position [0] | |
2023-12-05 00:11:05,671 - WARNING - [MainThread] UM |
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
local function CreateDemoModel(numItems) | |
local listModel = {}; | |
for index = 1, numItems do | |
table.insert(listModel, { | |
text = string.format("List Item %1$d", index), | |
icon = string.format([[Interface\Icons\INV_Sword_%1$d]], 30 + (index % 30)), | |
}); | |
end |
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
ScrollableListItemMixin = {}; | |
function ScrollableListItemMixin:Init(elementData) | |
self.Background:SetColorTexture(elementData.color:GetRGBA()); | |
self.Text:SetText(elementData.text); | |
end | |
ScrollableListMixin = {}; | |
function ScrollableListMixin:OnLoad() |
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
return { | |
Lua = { | |
completion = { | |
callSnippet = "Replace" | |
}, | |
diagnostics = { | |
enable = true, | |
globals = { "vim" } | |
}, | |
runtime = { |
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
--[[ | |
-- To get the icons working correctly: | |
-- 1. Install nonicons.ttf from https://github.com/yamatsum/nonicons | |
-- 2. Install nvim plugin https://github.com/yamatsum/nvim-nonicons | |
--]] | |
local gl = require("galaxyline") | |
local gls = gl.section | |
local fileinfo = require('galaxyline.provider_fileinfo') | |
local iconz = require("nvim-nonicons") |
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
## versions | |
vim version: NVIM v0.6.0-dev+61-g6f48c018b | |
node version: v16.5.0 | |
coc.nvim version: 0.0.80-2351fedfcc | |
coc.nvim directory: /Volumes/Home/hamid/.config/nvim/plugged/coc.nvim | |
term: xterm-256color | |
platform: darwin | |
## Log of coc.nvim |
NewerOlder