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
config.add_setting :ldap_server | |
config.before(:suite) do | |
RSpec.configuration.ldap_server = Ladle::Server.new(quiet: true, ldif: File.expand_path("../files/seed.ldif", __FILE__), domain: "dc=evolvehq-test,dc=com", tmpdir: "/tmp") | |
RSpec.configuration.ldap_server.start | |
end | |
config.after(:suite) do | |
RSpec.configuration.ldap_server.stop unless RSpec.configuration.ldap_server.nil? | |
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
/* | |
* Pyro's Layout | |
*/ | |
#include "keymap_common.h" | |
#ifdef KEYMAP_SECTION_ENABLE | |
const uint8_t keymaps[][MATRIX_ROWS][MATRIX_COLS] __attribute__ ((section (".keymap.keymaps"))) = { | |
#else | |
const uint8_t keymaps[][MATRIX_ROWS][MATRIX_COLS] PROGMEM = { |
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
{ | |
"kernelId": "AwXmwm1rAQAAgj-kxOkWwePDznqOm2K4VXsWjdYPLfd1G6IhhVtvadKxFUjLAawUFfEX2nzANeQO8YLqosIO8Q==", | |
"maxUpdateInterval": 2.88E7, | |
"kernel": "(function(a){var b={},c={};var d=Date.bind,e=Date.call,f=e.bind(d,e),g=f(Date.apply),h=[].push,i=[].pop,j=[].slice,k=[].splice,l=f(h),m=f(j),n=f([].join),o=f([].map),p=f({}.hasOwnProperty),q=JSON.stringify,r=Object.getOwnPropertyDescriptor,s=Object.defineProperty,t=String.fromCharCode,u=Math.min,v=Math.floor,w=ReferenceError,x=TypeError,y=Object,z=RegExp,A=Number,B=String,C=Array,D=f(\"\".indexOf),E=f(\"\".charAt),F=typeof Uint8Array===\"function\"?Uint8Array:Array;var G=[\"83\",\"GvofXSuCQKLhBq0gMrw\",\"MDSRjoIguRE2yDmtphceP7cK1Em7N9qUhs9Iwt1Yk3ucY6Y\",\"feFJTWD6QdPDHvR_S8vZ5g\",\"48\",\"JsQGVSHwddfuQqFOTNjmsmTyfqRo7Q9o\",\"Ny-b2eRpoAIk0y-x1UABMvcVjDb1YY3Mz8o\",\"dU30vst_pAdTqnDIni5bVKg\",\"a5RJMDTnJsikNpFLV53G-im_Dt4t\",\"E3iUz8MlqHI83AyFvVI\",\"nxrzl48anA\",\"addEventListener\",\"WXuR8pZu1w\",\"uwb2sOsftChTsk4\",\"31\",\"1JdbAhHoKg\",\"ffkBXgP4eumXWqVvSczBtwPY |
OlderNewer