모든 공개 기록

리버티게임에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.

기록 목록
  • 2023년 7월 27일 (목) 10:59 BANIP 토론 기여님이 모듈:Jsonschema/store 문서를 만들었습니다 (새 문서: local url = require 'net.url' local schar = string.char -- the net.url is kinda weird when some uri parts are missing (sometimes it is -- nil, sometimes it is an empty string) local function noe(s) return s == nil or s == '' end -- fetching and parsing external schemas requires a lot of dependencies, and -- depends a lot on the application ecosystem (e.g. piping curl, LuaSocket, -- cqueues, ...). Moreover, most sane schemas are self contained, so it is not -- even useful. --...)