Lee, Byoung-young

Results 11 issues of Lee, Byoung-young

mapbox::geometry class templates are container neutral, that is, I can set container type as second template argument. On the other hand, all geometry types in wagyu uses default argument which...

The example code utilizes 64bit integer, but it does not support 64bit integer actually. For instance, slope comparison is done with multiplication of two coordinate delta and therefore, one if...

Is it okay to call wagyu::execute() multiple times on same wagyu instance? Or, should I build new wagyu instance for each execution? Here are some example usecases: * add/add/execute(union)/execute(difference) *...

The `ThreadLocal` class depends on each platform's implementation of `ThreadLocalBase`. As far as I can tell, mapbox-gl-native already requires C++11 everywhere, and in C++11, TLS is already supported by `thread_local`...

I've tried to do numbering certain lines in minted and refer it through cross-reference. Here's my code: ```latex \documentclass{article} \usepackage{minted} \newcommand*{\lnumformat}[1]{$\quad\leftarrow$ } \newcounter{lnum} \newcommand{\lnum}[1]{\refstepcounter{lnum}\lnumformat{\arabic{lnum}}\label{#1}} \newcommand{\lref}[1]{\lnumformat{\ref{#1}}} \begin{document} \begin{minted}[breaklines=true,linenos=true,escapeinside=@@]{cpp} int main() {...

bug

Even though bomi have been unmaintained for several years, still many people ask me about its state. I really appreciate that many people care about my project. I have been...

### Windows build number: 10.0.22631.0 ### Your Distribution version: Debian 12 ### Your WSL versions: WSL Version: 2.2.4.0 Kernel Version: 5.15.153.1-2 WSLg Version: 1.0.61 MSRDC Version: 1.2.5326 Direct3D Version: 1.611.1-81528511...

bug

I have created empty database with db_create_inmem() and It seems that `rt_db_put_internal()` does not work with inmem database. Here's my test code: ``` const auto db = db_create_inmem(); rt_ell_internal *sph...

I am writing my own skin. To align letters, I am using fixed-width font such as consolas. Now, I see temperature occupies two-letter space and it looks ugly for me,...

enhancement

Here's an example: https://www.turbosquid.com/FullPreview/Index.cfm/ID/1117798 This FBX contains a mesh named 'Collider' whose `Visibility` property is 0. 3D painter from Microsoft and FBX Review do not show this mesh as in...

Feature-Request
FBX