Tun Win Naing

Results 24 issues of Tun Win Naing

http://sqlectron.github.io > A simple and lightweight SQL client desktop/terminal with cross database and platform support. > Available for Linux, Mac and Windows https://teamsql.io/ > Cross-platform SQL Client > Simple, Effortless,...

CI 2.x support getting result as model if we pass the model class name when getting one or many result. After I read the source of `MY_Model`, I think it...

I am currently trying to integrate casl/vue into Nuxt.js framework (based on Vuejs). Nuxt has `auth` module (with axios) that is very similar to this api example. Nuxtjs auth set...

I have the following models ``` class Item has_many subitems accepts_nested_attributes_for subitems end class Subitem end class Diamond < Subitem end class Gold < Subitem end ``` I want to...

Existing ods file has formula pre-set. I use rspreadsheet (v0.5.1) to - open the file - write data - save The pre-set formulas do not calculate the data set by...

I have this .editorconfig and this plugin installed with vim-plug ``` root = true [*] indent_style = space indent_size = 2 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true...

support

On archlinux aur, I can install EternalTerminal with `yay -S eternalterminal`. However it is conflicting with `/usr/bin/et` provided by wps-office package. > /usr/bin/et is owned by wps-office 11.1.0.9505-1 Although it...

I am having the above error when trying to save as new PDF file (read from another file) using `Pathname` object (in Rails) Trying to save with `pathname.to_s` work fine.

I see the abov-mentioned stub methods [here](https://github.com/nuxt-community/nuxt7/blob/90db84f853fc8e18d9fcb2d3b14abd32a0814b13/src/runtime/App.js#L49) ```js setLayout (layout) { // STUB }, loadLayout (layout) { // STUB } ``` I was wondering - ~~the methods are already hooked...

Can I use [$nuxt: The Nuxt.js helper](https://nuxtjs.org/docs/2.x/internals-glossary/$nuxt) functions with nuxt7? Currently, I have tried ``` $nuxt.isOffline $nuxt.isOnline $nuxt.$loading.start() $nuxt.$loading.stop() ``` and they are not working. Is there any way to...