Paul Biggar

Results 221 issues of Paul Biggar

Hi! I'm curious what the plans are for the library, with the latest rescript changes. My sense is that there's a bunch of work that needs to be done to...

This adds a renderCallback function, which runs on the model after the render. We use this to set the cursor (which the browser resets after updating the text of a...

This adds getBoundingClientRect and setSelectionRange to Web.Node.

Our BS-tea-based editor uses contenteditable so that we can have a cursor in our app. Unfortunately, we are having difficult interactions between the bs-tea model and placing the cursor which...

To make the debugger useful in our app, we added this CSS. It doesn't make it completely usable, but it's an improvement. ``` #debug { min-height: 20px; z-index: 100; position:...

I'm debugging some performance issues in our app. While looking through the code I saw that bs-tea doesn't use requestAnimationFrame, seemingly by accident. In [scheduleRender](https://github.com/OvermindDL1/bucklescript-tea/blob/63c1876fc3719203372faa48c97598463b3cc787/src-ocaml/tea_app.ml#L187), there's a comment: > (*...

When I log in using a google account, nickname() and email() are both None. Looking at the dashboard, both nickname and email are None, but server_url is filled in. I...

``` Followed the hello world example, also tried with latest svn checkout, same problem, as far I can see. It's similar to this old issue: http://code.google.com/p/phc/issues/detail?id=123 To quote myself from...

Priority-Medium
Type-Defect

``` 1.phc --extension=helloworld --generate-c helloworld.php > ext/helloworld.c 2.phpize --with-php-config=/usr/local/bin/php-config 3../configure --enable-helloworld 4.make 5.make install 6.change the php.ini,add "extension=helloworld.so" and save. 5.php -m What is the expected output? What do you...

Priority-Medium
Type-Defect

``` What steps will reproduce the problem? 1../configure 2.install phc 3.compiling a hello world example with following command: phc -c helloworld.php -o helloworld What is the expected output? What do...

Priority-Medium
Type-Defect