Y-Less

Results 103 issues of Y-Less

### Prerequisites - [x] I have read the [documentation](https://github.com/mozilla-services/react-jsonschema-form/blob/master/README.md#readme); - [x] In the case of a bug report, I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the...

enhancement
help wanted
wontfix
possibly close

Types ending with `_t` are reserved for use by the POSIX standard, to avoid future conflicts with existing code and newer revisions of the standards: > ** B.2.12 Data Types...

ready to close

I clicked the button on wrapped.run, granted oauth access, and nothing happened. Tried it a few times before noticing that the address bar had changed to: `https://wrapped.run/?error=server_error&error_description=Error+sending+confirmation+mail` No actual indication...

bug

I have a lot of configurations defined in pawn.json. Sometimes I want to see why one isn't working. I could add "-l" to the compiler options, but might forget to...

enhancement
v2
waiting-for-response

When I try run two different packages in two different directories at the same time I get: ``` failed to prepare package for running: failed to prepare temporary runtime area:...

bug
v2

RE this: https://github.com/pawn-lang/YSI-Includes/blob/5.x/YSI_Core/y_master/features.md#modules Basically, they're just filterscripts in a different directory. Is there any way to support that?

enhancement
v2

This is a trick used by several libraries (notably fixes.inc) to access the root of the server from in pawn, by making a link from scriptfiles->server. From fixes.inc: ```pawn print("...

enhancement
v2

`? No .pwn or .inc files - enter name for new script main.pwn` Using this option, no file is generated.

v2

``` failed to prepare package for running: failed to prepare temporary runtime area: failed to remove scriptfiles directory: remove C:\Users\Alex\.samp\runtime\0.3.7\scriptfiles\YSI_POST_INIT.asm: The process cannot access the file because it is being...

cleanup
v2

Is it possible to do something like this from an include: ```pawn #tryinclude #if defined _inc_streamer #define CREATE_OBJECT CreateDynamicObject #else #define CREATE_OBJECT CreateObject #endif ``` And have that include be...

enhancement