-
Hi,
I found that when the application built by luajit is always crash when I get the information of some variable in Decoda. But when I replace luajit back to lua to build the application, it nev…
-
Hello,
I have a new question about your bundle !
I would like to use the bbcode_clean filter directly in a controller, without using any twig view.
I think there is a proper way to call it in a Symfon…
-
Given the following snippet:
``` lua
local string = require "string"
pcall(error, "some error")
print("hello world")
print("bar")
```
If I set a breakpoint on line 1, and then go step by step with…
-
When I want to put the string **[U_]** in bold, all my page are boken.
It's because **[U_]** is recognize like u tag but I only want display the string !
Do you have an escape method for this ?
Rega…
-
I've been using Decoda for a while, and one issue has been that debugging will not work for 64-bit processes, requiring me to switch to the 32-bit build of my binary in order to debug Lua code. Now th…
-
I have problem with:
[url=xxxx_xxxx.com]site name[/url]
url's without underscrote converted well.
Issue reported from [helios-ag/FMBbCodeBundle#146](https://github.com/helios-ag/FMBbCodeBundle/is…
-
The Video standalone filter is nice for starters.
But the issue is that you need to also maintain those video links/URLs/code all the time.
It could be beneficial to let a dedicated library take car…
-
``` bash
premake4 --version
premake4 (Premake Build Script Generator) 4.4-beta4
premake4 gmake
cd build
make
```
```
==== Building Shared (debug) ====
Creating ../bin/debug
Creating obj/Debug/Shared
…
-
Not sure if thats a problem for normal use cases, but using HTML escaping
or h() in CakePHP
you get
```
Some "demo" string
```
transformed into
```
Some "<b>demo</b>" s…
-
I have problem with:
[url=xxxx_xxxx.com]site name[/url]
url's without underscrote converted well.
Symfony-Version 2.8
Bundle Version: 6
Symfony-Version 3.4
Bundle Version: 7