Skip to content

Instantly share code, notes, and snippets.

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#ffffff",
"style": "plain",
"template": "<#CB4B16>\u250f[</>{{ .UserName }}<#CB4B16>]</>",
This file has been truncated, but you can view the full file.
NullReferenceException: Object reference not set to an instance of an object
at TMPro.TextMeshPro.UpdateSDFScale (System.Single scaleDelta) [0x00057] in <f2f01021dadd453ba737efe9aa36ee0a>:0
at TMPro.TextMeshPro.InternalUpdate () [0x00045] in <f2f01021dadd453ba737efe9aa36ee0a>:0
at TMPro.TMP_UpdateManager.DoRebuilds () [0x00010] in <f2f01021dadd453ba737efe9aa36ee0a>:0
at TMPro.TMP_UpdateManager.OnCameraPreCull (UnityEngine.Camera cam) [0x00000] in <f2f01021dadd453ba737efe9aa36ee0a>:0
at UnityEngine.Camera.FireOnPreCull (UnityEngine.Camera cam) [0x0000b] in <5e1dfb686eb345078a588df96401afcc>:0
(Filename: <f2f01021dadd453ba737efe9aa36ee0a> Line: 0)
window.onload = function () {
var readme = document.querySelector('.section');
if (readme) {
//var readmeParent = readme.parentElement;
var disqusContainer = document.createElement("div");
disqusContainer.setAttribute("id", "disqus_thread");
readme.append(disqusContainer);
/* * * DON'T EDIT BELOW THIS LINE * * */
@BaalEvan
BaalEvan / .gitattributes
Created December 14, 2017 16:07
.gitattributes for Unity3D with git-lfs
## Unity ##
*.cs diff=csharp text
*.cginc text
*.shader text
*.anim merge=unityyamlmerge eol=lf
*.asset merge=unityyamlmerge eol=lf
*.controller merge=unityyamlmerge eol=lf
*.mat merge=unityyamlmerge eol=lf
@BaalEvan
BaalEvan / css_resources.md
Created November 3, 2013 16:47 — forked from jookyboi/css_resources.md
CSS libraries and guides to bring some order to the chaos.

Libraries

  • 960 Grid System - An effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem.
  • Compass - Open source CSS Authoring Framework.
  • Bootstrap - Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
  • Font Awesome - The iconic font designed for Bootstrap.
  • Zurb Foundation - Framework for writing responsive web sites.
  • SASS - CSS extension language which allows variables, mixins and rules nesting.
  • Skeleton - Boilerplate for responsive, mobile-friendly development.

Guides