-
F# is great programming language and yet it is under utilized. I would like to understand what you the enthusiast F# developer believes are the top four things we can do to drive adoption: As a deve…
-
Pour un petit outil, un micro-framework peut suffir, par exemple http://flask.pocoo.org/.
Sinon il y a Django, qui présente l’avantage de proposer un excellent ORM. D’autre part, s’il l’on venait à vo…
-
Igor, have any functional like ObjectContext (DbContext).SaveChanges (EF)?
We would like to replace the EF + WCF DataServiсe on Link2DB + WCF DataServiсe, but most are written using a strategy of accu…
-
I use rails (~> 4.0), kaminari (~> 0.15), ajax-datatables-rails (0.3.0)
And when in my datatable I push any page, the json is always the same.
Could you help me?
tks
-
[Summary edited by multiple people]
Pylons has been replaced as a web framework by Pyramid and is therefore getting increasingly old. We therefore need to consider what web framework to use going for…
-
So, some of the stuff brought up in #445 were fair points, although delivered in a way that didn't occur for me as "constructive." Given that the site is 503-ing a bunch right now, it's probably a goo…
-
Okay thanks for sticking with this,
- we have a wall of sticky notes, white-papers here: https://github.com/Microsoft/visualfsharp/issues/798
- we have a wide array of prioritizations here: https:/…
-
```
Fabricator(:campaign) do
campaign_id { SecureRandom.uuid }
market_id { "d4c13fb0-db2c-012e-ebb6-40400fe46aa7" }
name { "Test Campaign" }
objective { "WEBSITE_CLICKS" }
start_at { Time.n…
-
When I try to run satis from commandline I got this error:
```
-bash-4.2$` php ./bin/satis
PHP Warning: require(/var/www/vhosts/satis.domain.de/httpdocs/satis/satisfy/bin/../vendor/composer/satis…
-
Hi,
I'd like to know if MicroLite has query result caching and if it does how can we enable it and use it.