-
```
We need a way to utilize Flash's AMF protocol and CF's built-in CFC binding
into Wheels. At its simplest, this may involve requiring developers to
create "proxy" CFCs in a folder with URL rewritin…
-
```
We need a way to utilize Flash's AMF protocol and CF's built-in CFC binding
into Wheels. At its simplest, this may involve requiring developers to
create "proxy" CFCs in a folder with URL rewritin…
-
It's frightening but it does exist. :-(
See https://tools.ietf.org/html/rfc3492 and https://tools.ietf.org/html/rfc5891.
This might want to be a codec lib that we depend on in some future utopia.
-
- It shouldn't be possible to scroll beyond the last message in the history buffer.
- New messages shouldn't reset or offset the scrolling, neither should they be marked as read if they haven't actual…
-
I didn't spend a lot of time on this, but I got it working by scoping global variables in the CFCs.
Also it might be worth noting that real-world examples would likely require quotes around the pay…
-
When I try to scan a directory on a UNC path, e.g. //server/share/path, QueryParam Scanner drops the first slash and throws an error:
Specified path [/server/share/path] cannot be accessed or does no…
-
Cloud9's CFML support does not recognize the CFC extension (ColdFusion Component). CFCs can have tags in them like this:
https://github.com/ColdBox/coldbox-platform/blob/3.8.1/system/web/Controller.…
-
the `nocrypto` library does not currently seem to generate [safe primes](https://en.wikipedia.org/wiki/Safe_prime) for its RSA keys.
I was advised by a cryptographer that this is *"not really"* an …
-
Hi, I have a question about the buildfarm. How do you solve the problem of uneven storage distribution of file cache in workes? Through operation queue? I read the documentation and source codes, and …
-
It appears that there is a bug where if component is cached then commenting out code with Ctrl-/ creates wrong comment format, this one `//` instead of this one ``. I asked [this question](https://sta…