Skip to content

Instantly share code, notes, and snippets.

View geocine's full-sized avatar
🤖
지식은 행동으로 번성하고, 게으르면 시들어간다.

Aivan Monceller geocine

🤖
지식은 행동으로 번성하고, 게으르면 시들어간다.
View GitHub Profile
@geocine
geocine / BoseWinMD.md
Last active September 23, 2024 15:23
Bose QC 35 II Voice / Microphone Not Working On Newer Windows 10 Builds

Bose Community Post Here

Below is an actual side by side comparison of Windows 10 version 1909 (✅ Working Microphone) and Windows 10 version 2004 (❌ Not Working).

In this setup, I have used the same computer, and created a clean install of Windows using the versions stated above.

BOSE should acknowledge this issue and should roll out updates to their drivers to make it compatible to new builds of Windows 10. I don't have to try this on every build to prove a point.

Related Issues:

@geocine
geocine / center.scss
Created February 11, 2020 07:42
center vertically
div {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 10px;
grid-auto-rows: calc(50vh - 5px);
grid-template-areas:
'. a a .'
'. a a .';
.ant-spin-spinning {
@geocine
geocine / Dock.yml
Created February 7, 2020 11:12
dock
rabbitmq:
image: rabbitmq:3-management
container_name: rabbitmq
volumes:
- rabbitmqdata:/var/lib/rabbitmq
@geocine
geocine / filterProps.js
Created February 7, 2020 03:59
Filter Props
function filterProps(keys, obj) {
return Object.keys(obj).reduce((curr, key) => {
if (keys.includes(key)) {
curr = {
...curr,
[key]: obj[key]
};
}
return curr;
}, {});
@geocine
geocine / wp.css
Created January 12, 2020 09:50
bloggist
.logo-container .logofont {
margin-bottom: 8px;
}
.single .entry-content {
padding: 0 20px;
}
.entry-content p {
line-height: 1.5;
font-size: 18px;
}
@geocine
geocine / useFieldArray.js
Created December 24, 2019 13:00
useFieldArray (immer)
import { useCallback, useRef } from 'react';
import { useField, useFormikContext } from 'formik';
import produce from 'immer';
export const useFieldArray = (props) => {
const [field, meta] = useField(props);
const fieldArray = useRef(field.value);
const { setFieldValue } = useFormikContext();
const push = useCallback(
@geocine
geocine / cmder.md
Last active July 22, 2020 03:07
2x2 conemu cmder

Use this task configuration to split conemu/cmder to 2x2 screen using WSL

<key name="&lt;Startup&gt;" modified="2019-12-03 18:50:55" build="191012">
  <value name="GuiArgs" type="string" data=""/>
  <value name="Active" type="long" data="3"/>
  <value name="Count" type="long" data="4"/>
  <value name="Cmd1" type="string" data='-cur_console:n -cur_console:d:C:\Users\Aivan\Desktop\PL -cur_console:C:C:\Users\Aivan\AppData\Local\lxss\bash.ico -cur_console:m:/mnt set "PATH=%ConEmuBaseDirShort%\wsl;%PATH%" &amp; %ConEmuBaseDirShort%\conemu-cyg-64.exe --wsl'/>
  <value name="Cmd2" type="string" data='-cur_console:s1TVn  -cur_console:d:C:\Users\Aivan\Desktop\PL -cur_console:C:C:\Users\Aivan\AppData\Local\lxss\bash.ico -cur_console:m:/mnt set "PATH=%ConEmuBaseDirShort%\wsl;%PATH%" &amp; %ConEmuBaseDirShort%\conemu-cyg-64.exe --wsl'/>
  <value name="Cmd3" type="string" data='-cur_console:s1THn  -cur_console:d:C:\Users\Aivan\Desktop\PL -cur_console:C:C:\Users\Aivan\AppData\Local\lxss\bash.ico -cur_console:m:/mnt se
@geocine
geocine / settings.json
Created September 29, 2019 08:25
VSCode Settings
{
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "One Monokai",
"editor.fontSize": 16,
"editor.tabSize": 2,
"editor.fontFamily": "'Dank Mono', 'Fira Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"bracketPairColorizer.showHorizontalScopeLine": false,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
@geocine
geocine / clone-gatsby-portfolio.md
Last active December 22, 2019 01:52
Setup Gatsby Github
@geocine
geocine / keybase.md
Created July 28, 2019 14:35
Keybase

Keybase proof

I hereby claim:

  • I am geocine on github.
  • I am geocine (https://keybase.io/geocine) on keybase.
  • I have a public key ASClte3BnH1XNM796u45V2OWZJ3BySXay2OIZWBh0wezBgo

To claim this, I am signing this object: