Hi there,
I have a project I am working on called Tesseral. I was wondering if you could transfer ownership of the GitHub "tesseral" user to me, or to wind down the "tesseral" user? I would be very appreciative!
Thank you,
Ulysse Carion
Hi there,
I have a project I am working on called Tesseral. I was wondering if you could transfer ownership of the GitHub "tesseral" user to me, or to wind down the "tesseral" user? I would be very appreciative!
Thank you,
Ulysse Carion
Hi michaeljiang,
I have a project I am working on called openauth. I was wondering if you could transfer ownership of the GitHub "openauth" organization to me? I would be very appreciative!
Thank you,
Ulysse Carion
| module github.com/ssoready/ssoready | |
| go 1.21.4 | |
| require ( | |
| connectrpc.com/connect v1.16.2 | |
| connectrpc.com/vanguard v0.2.0 | |
| github.com/alecthomas/participle/v2 v2.1.1 | |
| github.com/aws/aws-sdk-go-v2 v1.30.4 | |
| github.com/aws/aws-sdk-go-v2/config v1.27.12 |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using Newtonsoft.Json; | |
| public class Program | |
| { | |
| public static void Main() | |
| { | |
| RgbaColor color = JsonConvert.DeserializeObject<RgbaColor>("{\"Hex\": 0, \"Red\": 128}"); |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?> | |
| <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.2.13 --> | |
| <!DOCTYPE rfc SYSTEM "rfc2629.dtd" [ | |
| <!ENTITY RFC3339 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3339.xml"> | |
| <!ENTITY RFC4287 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4287.xml"> | |
| <!ENTITY RFC6901 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6901.xml"> | |
| <!ENTITY RFC8259 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8259.xml"> | |
| <!ENTITY RFC8610 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8610.xml"> |
| { | |
| "definitions": { | |
| "name": { | |
| "metadata": { | |
| "description": "A proper name.\n\nNote that this is a string, and not some object with first/given name or a last/family name. We have users across many cultures, and some of these cultures use mononyms or otherwise don't map onto these concepts." | |
| }, | |
| "type": "string" | |
| }, | |
| "location": { | |
| "metadata": { |
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <style> /* set the CSS */ | |
| .bar { fill: steelblue; } | |
| </style> | |
| <body> | |
| <!-- load the d3.js library --> |
| 31831 glXMakeCurrent(dpy = 0x7f510c480000, drawable = 20971523, ctx = 0x7f5109fc6d48) = True | |
| 31832 glGenTextures(n = 1, textures = &6) | |
| 31833 glBindTexture(target = GL_TEXTURE_2D, texture = 6) | |
| 31834 glTexStorage2D(target = GL_TEXTURE_2D, levels = 1, internalformat = GL_DEPTH24_STENCIL8, width = 801, height = 600) | |
| 31835 glTexParameteri(target = GL_TEXTURE_2D, pname = GL_TEXTURE_BASE_LEVEL, param = 0) | |
| 31836 glTexParameteri(target = GL_TEXTURE_2D, pname = GL_TEXTURE_MAX_LEVEL, param = 0) | |
| 31838 glGenTextures(n = 1, textures = &7) | |
| 31839 glBindTexture(target = GL_TEXTURE_2D, texture = 7) | |
| 31840 glTexStorage2D(target = GL_TEXTURE_2D, levels = 1, internalformat = GL_SRGB8_ALPHA8, width = 801, height = 600) | |
| 31841 glTexParameteri(target = GL_TEXTURE_2D, pname = GL_TEXTURE_BASE_LEVEL, param = 0) |
| [dependencies] | |
| camera_controllers = "0.22" | |
| gfx = "0.16" | |
| pistoncore-sdl2_window = "0.44" | |
| piston_window = "0.70" | |
| vecmath = "0.3" | |
| glutin = "*" | |
| gfx_window_glutin = "*" |
| alert(1) |